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 /net | |
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 'net')
-rw-r--r-- | net/netdisco/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 4e439bc744f..0c9df957584 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/07/16 01:19:17 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/08/20 19:16:21 jlam Exp $ # DISTNAME= netdisco-0.94_with_mibs PKGNAME= netdisco-0.94 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdisco/} @@ -93,7 +94,7 @@ CONF_FILES_PERMS+= ${EGDIR}/netdisco.conf ${PKG_SYSCONFDIR}/netdisco.conf \ ${NETDISCOUSER} ${NETDISCOGROUP} 0660 CONF_FILES+= ${EGDIR}/netdisco-topology.txt ${PKG_SYSCONFDIR}/netdisco-topology.txt -MAKE_DIRS= ${PREFIX}/netdisco ${EGDIR} +REQD_DIRS= ${PREFIX}/netdisco ${EGDIR} OWN_DIRS_PERMS+= ${VARBASE}/netdisco ${NETDISCOUSER} ${NETDISCOGROUP} 0775 RCD_SCRIPTS= netdisco |