diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-22 23:08:06 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-22 23:08:06 +0000 |
commit | 094808769364ed7cbe42c94636314356b4e7f74c (patch) | |
tree | 45fd8f61f4511f52f9f53b1607e79bb674b8b59a /www/mod_php4 | |
parent | Typo fix (suppport -> support) (diff) |
Get rid of two useless "doc" files.
Notes
Notes:
svn path=/head/; revision=41809
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 13 | ||||
-rw-r--r-- | www/mod_php4/pkg-plist | 3 |
2 files changed, 2 insertions, 14 deletions
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%% |