summaryrefslogtreecommitdiff
path: root/audio/festival/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-19 16:18:51 +0000
committerrillig <rillig>2006-05-19 16:18:51 +0000
commit79ea206cccd1045f28023097559fb0512c179650 (patch)
treefae6080f1cc521a34fc59e67371407d4ea44493c /audio/festival/Makefile
parentaf123b6de77204cbfc9dd88058e1e9581ad3b3e1 (diff)
downloadpkgsrc-79ea206cccd1045f28023097559fb0512c179650.tar.gz
Fixed some pkglint warnings by removing the "@" at the start of shell
commands.
Diffstat (limited to 'audio/festival/Makefile')
-rw-r--r--audio/festival/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 9ff8f928d06..5f5df2f90d7 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/05/14 15:25:37 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2006/05/19 16:18:51 rillig Exp $
DISTNAME= festival-1.95-beta
PKGNAME= festival-1.95beta
@@ -72,10 +72,10 @@ MAKE_ENV+= PKG_EST_HOME=${SPEECHTOOLS:Q} \
INSTALLATION_DIRS= bin libexec man/man1
post-patch:
- @${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile
+ ${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile
.if exists(${FILESDIR}/unknown_${OPSYS}.mak)
- @${CP} ${FILESDIR}/unknown_${OPSYS}.mak ${SPEECHTOOLS}/config/systems/unknown_${OPSYS}.mak
- @${CP} ${FILESDIR}/unknown_${OPSYS}.mak ${FESTIVAL}/config/systems/unknown_${OPSYS}.mak
+ ${CP} ${FILESDIR}/unknown_${OPSYS}.mak ${SPEECHTOOLS}/config/systems/unknown_${OPSYS}.mak
+ ${CP} ${FILESDIR}/unknown_${OPSYS}.mak ${FESTIVAL}/config/systems/unknown_${OPSYS}.mak
.endif
do-install: