mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
13 lines
477 B
Text
13 lines
477 B
Text
--- php/config/Make.rules.orig 2021-06-21 14:44:58 UTC
|
|
+++ php/config/Make.rules
|
|
@@ -18,6 +18,10 @@ USE_NAMESPACES ?= yes
|
|
# Don't change anything below this line!
|
|
# ----------------------------------------------------------------------
|
|
|
|
+slice2php_path = $(localbase)/bin/slice2php
|
|
+install_phpdir = $(prefix)/share/pear
|
|
+install_phplibdir = $(prefix)/lib/php/$(PHP_EXT_DIR)
|
|
+
|
|
ifneq ($(USE_NAMESPACES),yes)
|
|
slice2php_flags = --no-namespace
|
|
endif
|