diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-19 16:18:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-19 16:18:51 +0000 |
commit | e58180e1fbae9d5c68c9470bf9dcc52fd5d271c9 (patch) | |
tree | fae6080f1cc521a34fc59e67371407d4ea44493c /audio/ubs | |
parent | 24a158e50e207dd7666e615b9a97b8ae2df77984 (diff) | |
download | pkgsrc-e58180e1fbae9d5c68c9470bf9dcc52fd5d271c9.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/Makefile | 6 |
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 |