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 | cf4dfe44a59d7070d33288645a2fe86fa61a7c38 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /mail/cucipop | |
parent | 5fea80506bff5d28a4574bc5251bd712cfee5ca5 (diff) | |
download | pkgsrc-cf4dfe44a59d7070d33288645a2fe86fa61a7c38.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 'mail/cucipop')
-rw-r--r-- | mail/cucipop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 335ca6bd658..2f9c69c7d73 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2005/07/19 14:00:35 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2005/08/20 19:16:21 jlam Exp $ # DISTNAME= cucipop-1.31 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ @@ -20,7 +20,7 @@ LICENSE= cucipop-license MAKE_ENV+= ROOT_USER="${ROOT_USER}" MAKE_ENV+= ROOT_GROUP="${ROOT_GROUP}" -MAKE_DIRS+= ${PREFIX}/share/cucipop/bulletins +REQD_DIRS+= ${PREFIX}/share/cucipop/bulletins SPECIAL_PERMS+= ${PREFIX}/sbin/cucipop ${ROOT_USER} ${ROOT_GROUP} 2755 PKG_OPTIONS_VAR= PKG_OPTIONS.cucipop |