summaryrefslogtreecommitdiff
path: root/misc/XFree86-dirs
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/XFree86-dirs
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/XFree86-dirs')
-rw-r--r--misc/XFree86-dirs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/XFree86-dirs/Makefile b/misc/XFree86-dirs/Makefile
index bfb2d3474aa..82dfa738e6c 100644
--- a/misc/XFree86-dirs/Makefile
+++ b/misc/XFree86-dirs/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2005/04/28 22:57:55 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/20 19:16:21 jlam Exp $
#
DISTNAME= XFree86-dirs-1.1
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= # empty
DISTFILES= # empty
@@ -23,7 +24,7 @@ XFREE86_ONLY_DIRS= # defined
.include "../../mk/bsd.prefs.mk"
.include "dirs.mk"
-MAKE_DIRS+= ${XFREE86_DIRS:O:S/^/${X11ROOT}\//:C/\/\/\/*/\//g}
+REQD_DIRS+= ${XFREE86_DIRS:O:S/^/${X11ROOT}\//:C/\/\/\/*/\//g}
do-install: # nothing