summaryrefslogtreecommitdiff
path: root/audio/festival/Makefile
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2002-12-10 05:21:50 +0000
committergson <gson@pkgsrc.org>2002-12-10 05:21:50 +0000
commit49396d619e10e82e92c6c771b3159f163b4c484d (patch)
tree595ffa3fd9dd09c3c3ef7aa86ad1df72635e0fd4 /audio/festival/Makefile
parent42acb23f0e75be5c355247664eee167d4f8f14e8 (diff)
downloadpkgsrc-49396d619e10e82e92c6c771b3159f163b4c484d.tar.gz
The sample scripts in ${PREFIX}/share/festival/examples did not work
because their #! lines contained an incorrect path. Also, even if they had actually pointed to the installed "festival", it would still not have worked because a script cannot be used as a script interpreter. Even if it could, it still wouldn't have worked because the festival script did not pass --script as the first command line argument as festival.naked requires when running a script. Fixed by pointing the #! lines directly at the festival.naked binary.
Diffstat (limited to 'audio/festival/Makefile')
-rw-r--r--audio/festival/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 2a943d0e0b5..d5ab751f7aa 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2002/12/02 11:34:14 markd Exp $
+# $NetBSD: Makefile,v 1.21 2002/12/10 05:21:50 gson Exp $
DISTNAME= festival-1.4.1
+PKGREVISION= 1
WRKSRC= ${WRKDIR}
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ \