summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-12 06:05:16 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-12 06:05:16 +0000
commit201b5a9f347275a702c0a381d66d339f3236e43d (patch)
tree1dcb0cad8bd99952bcac99c36fb9b5fb9bf75a02 /audio
parente8df632f13ceeac86d481ee63335bfcd0ede1c80 (diff)
downloadpkgsrc-201b5a9f347275a702c0a381d66d339f3236e43d.tar.gz
Make sure ICECAST_CHROOTDIR is created before ICECAST_LOGDIR.
Diffstat (limited to 'audio')
-rw-r--r--audio/icecast/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile
index dbc99335723..fba532ee357 100644
--- a/audio/icecast/Makefile
+++ b/audio/icecast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/08 20:49:39 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/12 06:05:16 xtraeme Exp $
#
DISTNAME= icecast-2.0.0
@@ -33,10 +33,8 @@ PKG_USERS= ${ICECAST_USER}:${ICECAST_GROUP}::Icecast2\\ user
EGDIR= ${PREFIX}/share/examples/icecast
CONF_FILES= ${EGDIR}/icecast.xml ${PKG_SYSCONFDIR}/icecast.xml
-.for D in ${ICECAST_CHROOTDIR} ${ICECAST_LOGDIR}
-OWN_DIRS_PERMS+= ${D} ${ICECAST_USER} ${ICECAST_GROUP} 770
-.endfor
-.undef D
+OWN_DIRS_PERMS= ${ICECAST_CHROOTDIR} ${ICECAST_USER} ${ICECAST_GROUP} 770
+OWN_DIRS_PERMS+= ${ICECAST_LOGDIR} ${ICECAST_USER} ${ICECAST_GROUP} 770
post-extract:
@${MV} ${WRKSRC}/conf/icecast.xml.in ${WRKSRC}/conf/icecast.fixme