summaryrefslogtreecommitdiff
path: root/audio/festdoc
diff options
context:
space:
mode:
authorwiz <wiz>2001-07-18 15:19:35 +0000
committerwiz <wiz>2001-07-18 15:19:35 +0000
commitf268a1f88ea1eaec05ef871212a8fb00fe6fef7e (patch)
tree755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/festdoc
parent6977dd498f023627c007999dcd015c8dca19b802 (diff)
downloadpkgsrc-f268a1f88ea1eaec05ef871212a8fb00fe6fef7e.tar.gz
Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs). Changes since 1.4.0, from the NEWS file: . SSFF (for emulabel) track support . Java fixes . various minor bug fixes . WFST with proper quoting . Wagon sample counts . gcc-2.95.1 support Also use newer distfile for mbrola. Addresses pkg/10671.
Diffstat (limited to 'audio/festdoc')
-rw-r--r--audio/festdoc/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile
index fdf553debb9..f4bfd8d7849 100644
--- a/audio/festdoc/Makefile
+++ b/audio/festdoc/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2001/07/14 12:37:45 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/07/18 15:19:35 wiz Exp $
DISTNAME= festdoc-1.4.0.1
PKGNAME= festival-doc-1.4.0.1
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/
+MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ \
+ http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/
MAINTAINER= proff@iq.org
HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html
-COMMENT= Festival documentation, in (text)info, html, dvi and ps formats
+COMMENT= Festival documentation, in (tex)info, html, dvi and ps formats
NO_BUILD= yes
@@ -25,10 +26,11 @@ post-extract:
do-install:
${INSTALL_DATA_DIR} ${FDOC}
cd ${WRKSRC} && info=`${FIND} . -name '*.info*' -type f` && \
- ${CP} $$info ${PREFIX}/info && \
- ${CP} -r ${WRKSRC}/* ${FDOC} && \
- cd ${FDOC} && \
- ${RM} -f $$info && \
- ${RMDIR} festival/info
+ ${CP} $$info ${PREFIX}/info && \
+ ${CP} -r ${WRKSRC}/* ${FDOC} && \
+ cd ${FDOC} && \
+ ${RM} -f $$info && \
+ ${RMDIR} festival/info
+ ${RM} ${PREFIX}/info/festival.info.orig
.include "../../mk/bsd.pkg.mk"