summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mod_php3/Makefile13
-rw-r--r--www/mod_php3/pkg-plist3
-rw-r--r--www/mod_php4/Makefile13
-rw-r--r--www/mod_php4/pkg-plist3
-rw-r--r--www/mod_php5/Makefile13
-rw-r--r--www/mod_php5/pkg-plist3
6 files changed, 6 insertions, 42 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index 179bcb76f2bd..00b36388d707 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mod_php3
PORTVERSION= 3.0.18
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= www
MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \
http://us.php.net/${PHP_DISTDIR}/ \
@@ -55,9 +55,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
AP_LIBEXEC= ${PREFIX}/libexec/apache
-PHPDOCDIR= ${PREFIX}/share/doc/php3
-PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} \
- AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///}
+PLIST_SUB= AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///}
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
@@ -72,13 +70,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/php3.ini-dist ${PREFIX}/etc/php.standalone
.endif
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PHPDOCDIR}
-.for i in CODING_STANDARDS LICENSE
- @${INSTALL_DATA} ${WRKSRC}/$i ${PHPDOCDIR}
-.endfor
-.endif
-
.if !defined(STANDALONE)
@${ECHO} "*****************************************************************************"
@${ECHO} "Make sure the mime.types are connected to the php module properly and"
diff --git a/www/mod_php3/pkg-plist b/www/mod_php3/pkg-plist
index 2a6362019a00..20bcffb816e2 100644
--- a/www/mod_php3/pkg-plist
+++ b/www/mod_php3/pkg-plist
@@ -2,8 +2,5 @@ etc/php3.ini-dist
%%AP_LIBEXEC%%/libphp3.so
@exec %D/sbin/apxs -e -a -n php3 %f
@unexec %D/sbin/apxs -e -A -n php3 %f
-%%PHPDOCDIR%%/CODING_STANDARDS
-%%PHPDOCDIR%%/LICENSE
@exec %D/sbin/apachectl restart
@unexec %D/sbin/apachectl restart
-@dirrm %%PHPDOCDIR%%
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 3ae8b2b8d5e3..4b90f6599955 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mod_php4
PORTVERSION= 4.0.4pl1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= www
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
http://php.he.net/${PHP_DISTDIR}/ \
@@ -56,9 +56,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
AP_LIBEXEC= ${PREFIX}/libexec/apache
-PHPDOCDIR= ${PREFIX}/share/doc/php
-PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} \
- AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///}
+PLIST_SUB= AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///}
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
@@ -73,13 +71,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc/php.standalone
.endif
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PHPDOCDIR}
-.for i in CODING_STANDARDS LICENSE
- @${INSTALL_DATA} ${WRKSRC}/$i ${PHPDOCDIR}
-.endfor
-.endif
-
.if !defined(STANDALONE)
@${ECHO} "*****************************************************************************"
@${ECHO} "Make sure the mime.types are connected to the php module properly and"
diff --git a/www/mod_php4/pkg-plist b/www/mod_php4/pkg-plist
index e44c722b0853..0991a3549135 100644
--- a/www/mod_php4/pkg-plist
+++ b/www/mod_php4/pkg-plist
@@ -2,8 +2,5 @@ etc/php.ini-dist
%%AP_LIBEXEC%%/libphp4.so
@exec %D/sbin/apxs -e -a -n php4 %f
@unexec %D/sbin/apxs -e -A -n php4 %f
-%%PHPDOCDIR%%/CODING_STANDARDS
-%%PHPDOCDIR%%/LICENSE
@exec %D/sbin/apachectl restart
@unexec %D/sbin/apachectl restart
-@dirrm %%PHPDOCDIR%%
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 3ae8b2b8d5e3..4b90f6599955 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mod_php4
PORTVERSION= 4.0.4pl1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= www
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
http://php.he.net/${PHP_DISTDIR}/ \
@@ -56,9 +56,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
AP_LIBEXEC= ${PREFIX}/libexec/apache
-PHPDOCDIR= ${PREFIX}/share/doc/php
-PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} \
- AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///}
+PLIST_SUB= AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///}
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
@@ -73,13 +71,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc/php.standalone
.endif
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PHPDOCDIR}
-.for i in CODING_STANDARDS LICENSE
- @${INSTALL_DATA} ${WRKSRC}/$i ${PHPDOCDIR}
-.endfor
-.endif
-
.if !defined(STANDALONE)
@${ECHO} "*****************************************************************************"
@${ECHO} "Make sure the mime.types are connected to the php module properly and"
diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist
index e44c722b0853..0991a3549135 100644
--- a/www/mod_php5/pkg-plist
+++ b/www/mod_php5/pkg-plist
@@ -2,8 +2,5 @@ etc/php.ini-dist
%%AP_LIBEXEC%%/libphp4.so
@exec %D/sbin/apxs -e -a -n php4 %f
@unexec %D/sbin/apxs -e -A -n php4 %f
-%%PHPDOCDIR%%/CODING_STANDARDS
-%%PHPDOCDIR%%/LICENSE
@exec %D/sbin/apachectl restart
@unexec %D/sbin/apachectl restart
-@dirrm %%PHPDOCDIR%%