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 /misc/gnome-dirs | |
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 'misc/gnome-dirs')
-rw-r--r-- | misc/gnome-dirs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gnome-dirs/Makefile b/misc/gnome-dirs/Makefile index c8c640efec5..d1c41644c05 100644 --- a/misc/gnome-dirs/Makefile +++ b/misc/gnome-dirs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/04/28 23:04:08 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/08/20 19:16:21 jlam Exp $ # DISTNAME= gnome-dirs-1.5 +PKGREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= # empty DISTFILES= # empty @@ -22,7 +23,7 @@ NO_BUILD= # defined .include "dirs.mk" .include "../../mk/bsd.prefs.mk" -MAKE_DIRS+= ${GNOME_DIRS:O:S/^/${PREFIX}\//} +REQD_DIRS+= ${GNOME_DIRS:O:S/^/${PREFIX}\//} do-install: # nothing |