diff options
author | tron <tron@pkgsrc.org> | 1999-05-11 20:26:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-11 20:26:23 +0000 |
commit | b395ac3321a91e4833de4561f038dcc76d9af8cf (patch) | |
tree | 2c02f4e2e289ae6cc262f60b294ebbed61a8d535 /www/apache | |
parent | 307da0b45f22bc0830821e438365d3e0c13481d8 (diff) | |
download | pkgsrc-b395ac3321a91e4833de4561f038dcc76d9af8cf.tar.gz |
As pointed out by Todd Vierling we don't need to handle "mod_proxy.so"
manually, "bsd.pkg.mk" will do that for us.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 5 | ||||
-rw-r--r-- | www/apache/pkg/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 48314c4ea85..f7b92cc7d46 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 1999/05/11 18:32:23 tron Exp $ +# $NetBSD: Makefile,v 1.34 1999/05/11 20:26:23 tron Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -89,10 +89,9 @@ post-install: ${PREFIX}/lib/httpd/mod_proxy.so 2>/dev/null || \ ${MKDIR} ${PREFIX}/lib/httpd @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} -.for FILE in lib/httpd/mod_proxy.so man/man8/suexec.8 sbin/suexec +.for FILE in man/man8/suexec.8 sbin/suexec @${TEST} -e ${PREFIX}/${FILE} && ${ECHO} ${FILE} >>${PLIST_SRC} .endfor - @${ECHO} @dirrm lib/httpd >>${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/www/apache/pkg/PLIST b/www/apache/pkg/PLIST index ef62069243c..6de9bcf6fad 100644 --- a/www/apache/pkg/PLIST +++ b/www/apache/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 1999/05/11 18:32:24 tron Exp $ +@comment $NetBSD: PLIST,v 1.11 1999/05/11 20:26:23 tron Exp $ bin/dbmmanage bin/htdigest bin/htpasswd @@ -44,6 +44,7 @@ include/httpd/util_date.h include/httpd/util_md5.h include/httpd/util_script.h include/httpd/util_uri.h +lib/httpd/mod_proxy.so libexec/cgi-bin/printenv libexec/cgi-bin/test-cgi man/man1/dbmmanage.1 @@ -306,6 +307,7 @@ share/httpd/icons/world2.gif @dirrm etc/httpd/ssl.key @unexec rmdir %D/etc/httpd 2>/dev/null || true @dirrm include/httpd +@dirrm lib/httpd @dirrm libexec/cgi-bin @dirrm share/httpd/htdocs/manual/images @dirrm share/httpd/htdocs/manual/misc |