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/festvox-us3 | |
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/festvox-us3')
-rw-r--r-- | audio/festvox-us3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile index a89bb1e2376..c1d7d6115a9 100644 --- a/audio/festvox-us3/Makefile +++ b/audio/festvox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:07 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/19 16:18:52 rillig Exp $ DISTNAME= festvox_us3 PKGNAME= festvox-us3-1.4.0 @@ -26,8 +26,8 @@ FHOME= ${PREFIX}/share/festival MBROLA= ${FHOME}/lib/voices/english/us3_mbrola 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: cd ${WRKSRC} && ${PAX} -rw * ${FHOME} |