diff options
author | jlam <jlam> | 2005-08-20 19:16:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-20 19:16:21 +0000 |
commit | 0b64c5e8f6df517e08feba011f6ebb6d4db35063 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /www/apache | |
parent | 0002516286baa006f1190f1197f054fe1934ff18 (diff) | |
download | pkgsrc-0b64c5e8f6df517e08feba011f6ebb6d4db35063.tar.gz |
Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION
for packages that were modified as a result.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 6371c19ee40..426f7e214e3 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.168 2005/08/19 18:12:39 jlam Exp $ +# $NetBSD: Makefile,v 1.169 2005/08/20 19:16:22 jlam Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). DISTNAME= apache_1.3.33 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} @@ -141,8 +141,8 @@ CONF_FILES+= ${EGDIR}/magic.default ${PKG_SYSCONFDIR}/magic CONF_FILES+= ${EGDIR}/mime.types.default ${PKG_SYSCONFDIR}/mime.types RCD_SCRIPTS= apache -MAKE_DIRS= ${PREFIX}/share/httpd -MAKE_DIRS+= ${PREFIX}/share/httpd/htdocs +REQD_DIRS= ${PREFIX}/share/httpd +REQD_DIRS+= ${PREFIX}/share/httpd/htdocs OWN_DIRS+= ${PREFIX}/lib/httpd OWN_DIRS+= ${VARBASE}/httpd OWN_DIRS+= ${VARBASE}/log/httpd |