diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-04-11 22:23:32 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-04-11 22:23:32 +0000 |
commit | 552a84895b04684ffd419fa261db995bf8a78529 (patch) | |
tree | 32b2c450478ff6a9d733edcc1a79ef3229f6e068 /www/mod_php5 | |
parent | Upgrade to pdmenu-1.2.40. (diff) |
Remove empty and unused ${PREFIX}/etc/apache/{access.conf*,srm.conf*}.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php5/pkg-plist | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 18cf6ed7db0a..616a4e8314ca 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.70 1999/03/13 17:57:44 billf Exp $ +# $Id: Makefile,v 1.71 1999/04/11 15:11:24 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -109,6 +109,8 @@ pre-configure: && ${ECHO_MSG} "===> Configuring for Apache-${VERSION_APACHE}" post-install: + @${RM} -f ${PREFIX}/etc/apache/access.conf* + @${RM} -f ${PREFIX}/etc/apache/srm.conf* @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist index 6c974b75b722..0b126a2de7f4 100644 --- a/www/mod_php5/pkg-plist +++ b/www/mod_php5/pkg-plist @@ -1,16 +1,12 @@ bin/dbmmanage bin/htdigest bin/htpasswd -etc/apache/access.conf -etc/apache/access.conf.default etc/apache/apache.conf etc/apache/apache.conf.default etc/apache/magic etc/apache/magic.default etc/apache/mime.types etc/apache/mime.types.default -etc/apache/srm.conf -etc/apache/srm.conf.default etc/rc.d/apache.sh include/apache/alloc.h include/apache/ap.h |