summaryrefslogtreecommitdiff
path: root/audio/mp3to
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-19 16:18:51 +0000
committerrillig <rillig>2006-05-19 16:18:51 +0000
commit23513956b5e4a91c02934fc64238785f97ad6490 (patch)
treefae6080f1cc521a34fc59e67371407d4ea44493c /audio/mp3to
parent1d27bcc5f8deda5cca0883b9078476782c45e013 (diff)
downloadpkgsrc-23513956b5e4a91c02934fc64238785f97ad6490.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/Makefile6
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