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 /misc/xdg-dirs | |
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 'misc/xdg-dirs')
-rw-r--r-- | misc/xdg-dirs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xdg-dirs/Makefile b/misc/xdg-dirs/Makefile index 53b78ee3ff2..ac9a7cfd03d 100644 --- a/misc/xdg-dirs/Makefile +++ b/misc/xdg-dirs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2005/04/28 23:04:08 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/08/20 19:16:21 jlam Exp $ # DISTNAME= xdg-dirs-1.2 +PKGREVISION= 1 CATEGORIES= misc gnome kde MASTER_SITES= # empty DISTFILES= # empty @@ -23,7 +24,7 @@ WRKSRC= ${WRKDIR} .include "dirs.mk" .include "../../mk/bsd.prefs.mk" -MAKE_DIRS+= ${XDG_DIRS:O:S/^/${PREFIX}\//} +REQD_DIRS+= ${XDG_DIRS:O:S/^/${PREFIX}\//} do-install: # nothing |