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 | 456e0ee4b3fec0d3d1fc8b132b3ca09b4fe818e9 (patch) | |
tree | fae6080f1cc521a34fc59e67371407d4ea44493c /audio/mp3to | |
parent | fd686157bf4d9307a1aa29ed175f1495b7ad8d29 (diff) | |
download | pkgsrc-456e0ee4b3fec0d3d1fc8b132b3ca09b4fe818e9.tar.gz |
Fixed some pkglint warnings by removing the "@" at the start of shell
commands.
Diffstat (limited to 'audio/mp3to')
-rw-r--r-- | audio/mp3to/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3to/Makefile b/audio/mp3to/Makefile index 08ddc43fd17..cc12ec4559b 100644 --- a/audio/mp3to/Makefile +++ b/audio/mp3to/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/22 09:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/19 16:18:53 rillig Exp $ DISTNAME= mp3to PKGNAME= ${DISTNAME}-1.0.1 @@ -21,8 +21,8 @@ NO_BUILD= YES INSTALLATION_DIRS= bin do-extract: - @${MKDIR} ${WRKSRC} - @${GZCAT} ${DISTDIR}/${DISTFILES} >${WRKSRC}/${DISTFILES:S/.gz//} + ${MKDIR} ${WRKSRC} + ${GZCAT} ${DISTDIR}/${DISTFILES} >${WRKSRC}/${DISTFILES:S/.gz//} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mp3to ${PREFIX}/bin |