diff options
author | rillig <rillig> | 2006-05-19 16:18:51 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-05-19 16:18:51 +0000 |
commit | 79ea206cccd1045f28023097559fb0512c179650 (patch) | |
tree | fae6080f1cc521a34fc59e67371407d4ea44493c /audio/festlex-poslex | |
parent | af123b6de77204cbfc9dd88058e1e9581ad3b3e1 (diff) | |
download | pkgsrc-79ea206cccd1045f28023097559fb0512c179650.tar.gz |
Fixed some pkglint warnings by removing the "@" at the start of shell
commands.
Diffstat (limited to 'audio/festlex-poslex')
-rw-r--r-- | audio/festlex-poslex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile index 130eb705d20..c6c5fc694df 100644 --- a/audio/festlex-poslex/Makefile +++ b/audio/festlex-poslex/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= festlex_POSLEX PKGNAME= festlex-poslex-1.4.0 @@ -19,8 +19,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} |