diff options
author | rillig <rillig> | 2006-05-19 16:18:51 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-05-19 16:18:51 +0000 |
commit | 23513956b5e4a91c02934fc64238785f97ad6490 (patch) | |
tree | fae6080f1cc521a34fc59e67371407d4ea44493c /audio/mbrolavox-us3 | |
parent | 1d27bcc5f8deda5cca0883b9078476782c45e013 (diff) | |
download | pkgsrc-23513956b5e4a91c02934fc64238785f97ad6490.tar.gz |
Fixed some pkglint warnings by removing the "@" at the start of shell
commands.
Diffstat (limited to 'audio/mbrolavox-us3')
-rw-r--r-- | audio/mbrolavox-us3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mbrolavox-us3/Makefile b/audio/mbrolavox-us3/Makefile index d6efd48f0ef..73e243b4dd4 100644 --- a/audio/mbrolavox-us3/Makefile +++ b/audio/mbrolavox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:12 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/19 16:18:53 rillig Exp $ DISTNAME= us3-990208 PKGNAME= mbrolavox-${DISTNAME} @@ -22,8 +22,8 @@ NO_BUILD= yes MHOME= ${PREFIX}/share/mbrola/voices post-extract: - @ ${CHMOD} -R a+r ${WRKSRC} - @ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 + ${CHMOD} -R a+r ${WRKSRC} + ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: ${INSTALL_DATA_DIR} ${MHOME} |