summaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2003-02-06 10:35:50 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2003-02-06 10:35:50 +0000
commit345874229b2c125634b37fe3bafb8196ca161ae2 (patch)
tree92978a372764dd004ee555362857fe9c475a970e /www/mod_php5
parentAdded INSTALLS_SHLIB statement. (diff)
- ${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
Notes
Notes: svn path=/head/; revision=74960
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/Makefile6
-rw-r--r--www/mod_php5/pkg-plist6
2 files changed, 4 insertions, 8 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index b767a45d23d6..9d57f3114982 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/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_php5/pkg-plist b/www/mod_php5/pkg-plist
index 627e63bdd1a5..b4ff74b61f6e 100644
--- a/www/mod_php5/pkg-plist
+++ b/www/mod_php5/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