summaryrefslogtreecommitdiff
path: root/misc/gnome1-dirs
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-20 19:16:21 +0000
committerjlam <jlam@pkgsrc.org>2005-08-20 19:16:21 +0000
commitcf4dfe44a59d7070d33288645a2fe86fa61a7c38 (patch)
tree47cc04d797caf5105bc04ccdfe666acfd2133361 /misc/gnome1-dirs
parent5fea80506bff5d28a4574bc5251bd712cfee5ca5 (diff)
downloadpkgsrc-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 'misc/gnome1-dirs')
-rw-r--r--misc/gnome1-dirs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gnome1-dirs/Makefile b/misc/gnome1-dirs/Makefile
index 03ce5dd6ad8..996450ae185 100644
--- a/misc/gnome1-dirs/Makefile
+++ b/misc/gnome1-dirs/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2005/04/28 23:04:08 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/08/20 19:16:21 jlam Exp $
#
DISTNAME= gnome1-dirs-1.5
+PKGREVISION= 1
CATEGORIES= misc gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -25,7 +26,7 @@ NO_BUILD= # defined
.include "../../mk/bsd.prefs.mk"
ALL_GNOME_DIRS= ${GNOME_DIRS} ${GNOME1_DIRS}
-MAKE_DIRS+= ${ALL_GNOME_DIRS:O:S/^/${PREFIX}\//}
+REQD_DIRS+= ${ALL_GNOME_DIRS:O:S/^/${PREFIX}\//}
do-install: # nothing