mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
13 lines
454 B
Text
13 lines
454 B
Text
--- php/config/Make.rules.orig 2023-11-06 09:24:19 UTC
|
|
+++ php/config/Make.rules
|
|
@@ -20,6 +20,10 @@ USE_NAMESPACES ?= yes
|
|
|
|
php_major_version = $(firstword $(subst ., ,$(shell php -r "print(PHP_VERSION);")))
|
|
|
|
+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
|