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 | 9a68cc0a6159ddf94bae7afcf6e19f63283b1097 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /misc/xorg-dirs | |
parent | c92918791fa1f357d2f9c161b6b363457629bf08 (diff) | |
download | pkgsrc-9a68cc0a6159ddf94bae7afcf6e19f63283b1097.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/xorg-dirs')
-rw-r--r-- | misc/xorg-dirs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xorg-dirs/Makefile b/misc/xorg-dirs/Makefile index 82613eb8b79..db9ca57aab8 100644 --- a/misc/xorg-dirs/Makefile +++ b/misc/xorg-dirs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/04/28 23:04:08 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/08/20 19:16:21 jlam Exp $ # DISTNAME= xorg-dirs-1.1 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= # empty DISTFILES= # empty @@ -23,7 +24,7 @@ XORG_ONLY_DIRS= # defined .include "../../mk/bsd.prefs.mk" .include "dirs.mk" -MAKE_DIRS+= ${XORG_DIRS:O:S/^/${X11ROOT}\//} +REQD_DIRS+= ${XORG_DIRS:O:S/^/${X11ROOT}\//} do-install: # nothing |