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 | e58180e1fbae9d5c68c9470bf9dcc52fd5d271c9 (patch) | |
tree | fae6080f1cc521a34fc59e67371407d4ea44493c /audio/festvox-kal8/Makefile | |
parent | 24a158e50e207dd7666e615b9a97b8ae2df77984 (diff) | |
download | pkgsrc-e58180e1fbae9d5c68c9470bf9dcc52fd5d271c9.tar.gz |
Fixed some pkglint warnings by removing the "@" at the start of shell
commands.
Diffstat (limited to 'audio/festvox-kal8/Makefile')
-rw-r--r-- | audio/festvox-kal8/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile index ee57fb5489d..bac313ae6ee 100644 --- a/audio/festvox-kal8/Makefile +++ b/audio/festvox-kal8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:08:07 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/05/19 16:18:52 rillig Exp $ DISTNAME= festvox_kallpc8k PKGNAME= festvox-kal8-1.4.0 @@ -23,8 +23,8 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival 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} ${FHOME} |