summaryrefslogtreecommitdiff
path: root/audio/ubs
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-19 16:18:51 +0000
committerrillig <rillig>2006-05-19 16:18:51 +0000
commit79ea206cccd1045f28023097559fb0512c179650 (patch)
treefae6080f1cc521a34fc59e67371407d4ea44493c /audio/ubs
parentaf123b6de77204cbfc9dd88058e1e9581ad3b3e1 (diff)
downloadpkgsrc-79ea206cccd1045f28023097559fb0512c179650.tar.gz
Fixed some pkglint warnings by removing the "@" at the start of shell
commands.
Diffstat (limited to 'audio/ubs')
-rw-r--r--audio/ubs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ubs/Makefile b/audio/ubs/Makefile
index e3ed2dcd5e6..76a9118ea15 100644
--- a/audio/ubs/Makefile
+++ b/audio/ubs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:28:59 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/05/19 16:18:53 rillig Exp $
#
DISTNAME= ubs-0.17
@@ -39,11 +39,11 @@ CONF_FILES= ${EGDIR}/help.conf ${PKG_SYSCONFDIR}/help.conf
CONF_FILES+= ${EGDIR}/ubs.conf.default ${PKG_SYSCONFDIR}/ubs.conf
post-extract:
- @${MV} ${WRKSRC}/config/ubs.conf.default \
+ ${MV} ${WRKSRC}/config/ubs.conf.default \
${WRKSRC}/config/ubs.conf.default.in
pre-configure:
- @${SED} -e "s,@UBS_BASEDIR@,${UBS_BASEDIR},g" \
+ ${SED} -e "s,@UBS_BASEDIR@,${UBS_BASEDIR},g" \
${WRKSRC}/config/ubs.conf.default.in > \
${WRKSRC}/config/ubs.conf.default