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/festogi-spanish | |
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/festogi-spanish')
-rw-r--r-- | audio/festogi-spanish/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile index faf6b095143..dc9a9229e0f 100644 --- a/audio/festogi-spanish/Makefile +++ b/audio/festogi-spanish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:08:06 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/19 16:18:52 rillig Exp $ DISTNAME= OGIspanish-2.0.1 PKGNAME= festogi-spanish-2.0.1 @@ -20,9 +20,9 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival post-extract: - @ ${CHMOD} -R a+r ${WRKSRC} - @ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 - @ ${RM} -R ${WRKSRC}/lib/ogi_spanish/CVS + ${CHMOD} -R a+r ${WRKSRC} + ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 + ${RM} -r ${WRKSRC}/lib/ogi_spanish/CVS do-install: ${INSTALL_DATA_DIR} ${FHOME} |