summaryrefslogtreecommitdiff
path: root/games/d2x
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 /games/d2x
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 'games/d2x')
-rw-r--r--games/d2x/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/d2x/Makefile b/games/d2x/Makefile
index fe37f6def13..d907dbc1222 100644
--- a/games/d2x/Makefile
+++ b/games/d2x/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:50 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/08/20 19:16:21 jlam Exp $
#
DISTNAME= d2x-0.2.5
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games x11
MASTER_SITES= http://icculus.org/d2x/src/
@@ -14,7 +14,7 @@ HAS_CONFIGURE= yes
USE_TOOLS+= gmake
D2X_DATA= ${PREFIX}/share/games/${PKGBASE}
-MAKE_DIRS= ${D2X_DATA}
+REQD_DIRS= ${D2X_DATA}
MESSAGE_SUBST+= D2X_DATA=${D2X_DATA}
#