summaryrefslogtreecommitdiff
path: root/audio
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 /audio
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 'audio')
-rw-r--r--audio/xmcd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 5a6011070a1..761209ef327 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2005/08/19 18:12:36 jlam Exp $
+# $NetBSD: Makefile,v 1.52 2005/08/20 19:16:21 jlam Exp $
DISTNAME= xmcd-3.0.2
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/src/
@@ -38,7 +38,7 @@ CFILES= common.cfg device.cfg wwwwarp.cfg
.for FILE in ${CFILES}
CONF_FILES+= ${XMCDDIR}/config/${FILE}.dist ${XMCDDIR}/config/${FILE}
.endfor
-MAKE_DIRS= ${XMCDDIR} ${XMCDDIR}/cdinfo ${XMCDDIR}/config ${XMCDDIR}/discog
+REQD_DIRS= ${XMCDDIR} ${XMCDDIR}/cdinfo ${XMCDDIR}/config ${XMCDDIR}/discog
pre-configure:
cd ${WRKSRC} && \