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 /mail/cucipop/Makefile | |
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 'mail/cucipop/Makefile')
-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 |