diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
commit | 9a68cc0a6159ddf94bae7afcf6e19f63283b1097 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /www | |
parent | c92918791fa1f357d2f9c161b6b363457629bf08 (diff) | |
download | pkgsrc-9a68cc0a6159ddf94bae7afcf6e19f63283b1097.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')
-rw-r--r-- | www/apache/Makefile | 8 | ||||
-rw-r--r-- | www/websvn/Makefile | 6 |
2 files changed, 7 insertions, 7 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 diff --git a/www/websvn/Makefile b/www/websvn/Makefile index 8ca610caa76..e5d740ca524 100644 --- a/www/websvn/Makefile +++ b/www/websvn/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/05/03 18:04:10 seb Exp $ +# $NetBSD: Makefile,v 1.7 2005/08/20 19:16:22 jlam Exp $ # DISTNAME= WebSVN_161 PKGNAME= websvn-1.61 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://websvn.tigris.org/files/documents/1380/14334/ @@ -29,7 +29,7 @@ HTTPD_ROOT?= share/httpd/htdocs BUILD_DEFS+= HTTPD_ROOT EGDIR= ${PREFIX}/share/examples/${PKGBASE} -MAKE_DIRS= ${PREFIX}/${HTTPD_ROOT}/websvn/include +REQD_DIRS= ${PREFIX}/${HTTPD_ROOT}/websvn/include CONF_FILES= ${EGDIR}/distconfig.inc ${PKG_SYSCONFDIR}/config.inc INSTALLATION_DIRS= ${HTTPD_ROOT}/websvn share/examples/${PKGBASE} |