summaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2003-02-06 10:35:50 +0000
committerdirk <dirk@FreeBSD.org>2003-02-06 10:35:50 +0000
commit39d2ff711caa9748b0a2e75bdcc1f78d7de92da5 (patch)
tree5cceaf0168d14ffe0097a148d943ca2d9de43105 /www/mod_php4
parentb734448eb85a5bc0ed93173333fb54cd4928e645 (diff)
downloadFreeBSD-ports-39d2ff711caa9748b0a2e75bdcc1f78d7de92da5.zip
FreeBSD-ports-39d2ff711caa9748b0a2e75bdcc1f78d7de92da5.tar.gz
- ${PREFIX}/lib/php/Image/ isn't created by php-4.3.0 anymore
- name of extension dir is no-debug-non-zts-* always (doesn't matter if apache13 or apache2 is used) Submitted by: max
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/Makefile6
-rw-r--r--www/mod_php4/pkg-plist6
2 files changed, 4 insertions, 8 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index b767a45..9d57f31 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -47,12 +47,10 @@ IS_INTERACTIVE= yes
.if defined(WITH_APACHE2)
CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \
--with-tsrm-pth
-PLIST_SUB= MOD_DIR=libexec/apache2 \
- NON=
+PLIST_SUB= MOD_DIR=libexec/apache2
.else
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs
-PLIST_SUB= MOD_DIR=libexec/apache \
- NON=non-
+PLIST_SUB= MOD_DIR=libexec/apache
.endif
CONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc \
--enable-versioning \
diff --git a/www/mod_php4/pkg-plist b/www/mod_php4/pkg-plist
index 627e63b..b4ff74b 100644
--- a/www/mod_php4/pkg-plist
+++ b/www/mod_php4/pkg-plist
@@ -355,7 +355,6 @@ lib/php/tests/XML_Parser/tests/test3.xml
@dirrm lib/php/Archive
@dirrm lib/php/Console
@dirrm lib/php/DB
-@dirrm lib/php/Image
@dirrm lib/php/Mail
@dirrm lib/php/Net
@dirrm lib/php/OS
@@ -372,7 +371,7 @@ lib/php/tests/XML_Parser/tests/test3.xml
@dirrm lib/php/docs/DB/DB
@dirrm lib/php/docs/DB
@dirrm lib/php/docs
-@dirrm lib/php/extensions/no-debug-%%NON%%zts-20020429
+@dirrm lib/php/extensions/no-debug-non-zts-20020429
@dirrm lib/php/extensions
@dirrm lib/php/tests/DB/tests/driver
@dirrm lib/php/tests/DB/tests/ibase
@@ -386,5 +385,4 @@ lib/php/tests/XML_Parser/tests/test3.xml
@dirrm lib/php/tests/XML_Parser
@dirrm lib/php/tests
@dirrm lib/php
-@exec mkdir -p %D/lib/php/extensions/no-debug-%%NON%%zts-20020429
-@exec mkdir -p %D/lib/php/Image
+@exec mkdir -p %D/lib/php/extensions/no-debug-non-zts-20020429
OpenPOWER on IntegriCloud