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 /games/d2x/Makefile | |
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 'games/d2x/Makefile')
-rw-r--r-- | games/d2x/Makefile | 6 |
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} # |