summaryrefslogtreecommitdiff
path: root/misc/gnome-dirs/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-20 19:16:21 +0000
committerjlam <jlam>2005-08-20 19:16:21 +0000
commit0b64c5e8f6df517e08feba011f6ebb6d4db35063 (patch)
tree47cc04d797caf5105bc04ccdfe666acfd2133361 /misc/gnome-dirs/Makefile
parent0002516286baa006f1190f1197f054fe1934ff18 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--misc/gnome-dirs/Makefile5
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