summaryrefslogtreecommitdiff
path: root/audio/icecast
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-05-19 16:18:51 +0000
committerrillig <rillig@pkgsrc.org>2006-05-19 16:18:51 +0000
commite58180e1fbae9d5c68c9470bf9dcc52fd5d271c9 (patch)
treefae6080f1cc521a34fc59e67371407d4ea44493c /audio/icecast
parent24a158e50e207dd7666e615b9a97b8ae2df77984 (diff)
downloadpkgsrc-e58180e1fbae9d5c68c9470bf9dcc52fd5d271c9.tar.gz
Fixed some pkglint warnings by removing the "@" at the start of shell
commands.
Diffstat (limited to 'audio/icecast')
-rw-r--r--audio/icecast/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile
index d665ca4e2d8..7d99881b241 100644
--- a/audio/icecast/Makefile
+++ b/audio/icecast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/04/23 00:12:35 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2006/05/19 16:18:52 rillig Exp $
#
DISTNAME= icecast-2.3.0
@@ -35,10 +35,9 @@ 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
+ ${MV} ${WRKSRC}/conf/icecast.xml.in ${WRKSRC}/conf/icecast.fixme
post-install:
- @( \
${SED} \
-e "s,@BASEDIR@,${ICECAST_CHROOTDIR},g" \
-e "s,@LOGDIR@,log/,g" \
@@ -47,10 +46,9 @@ post-install:
-e "s,@PIDDIR@,${ICECAST_CHROOTDIR},g" \
-e "s,@ICECAST_USER@,${ICECAST_USER},g" \
-e "s,@ICECAST_GROUP@,${ICECAST_GROUP},g" \
- ${WRKSRC}/conf/icecast.fixme > ${WRKSRC}/conf/icecast.xml; \
- ${INSTALL_DATA_DIR} ${EGDIR}; \
- ${INSTALL_DATA} ${WRKSRC}/conf/icecast.xml ${EGDIR} \
- )
+ ${WRKSRC}/conf/icecast.fixme > ${WRKSRC}/conf/icecast.xml
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/conf/icecast.xml ${EGDIR}
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"