diff options
author | xtraeme <xtraeme> | 2004-01-12 06:05:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-12 06:05:16 +0000 |
commit | cdbd7474e1f60e916960c91bd882ce4d7d2aece3 (patch) | |
tree | 1dcb0cad8bd99952bcac99c36fb9b5fb9bf75a02 /audio/icecast | |
parent | da71ad478c9b9d2f55aa9404d98cfa2d22f852a8 (diff) | |
download | pkgsrc-cdbd7474e1f60e916960c91bd882ce4d7d2aece3.tar.gz |
Make sure ICECAST_CHROOTDIR is created before ICECAST_LOGDIR.
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 8 |
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 |