diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-28 02:05:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-28 02:05:43 +0000 |
commit | 42ee2cc249d1ec45861313d6b7987265700f0244 (patch) | |
tree | 4c898aa922f1b7f60b2ec0fff7fb94e8514c152f /audio | |
parent | afa2e182509b8a34337029b0b80fd4efd581f98f (diff) | |
download | pkgsrc-42ee2cc249d1ec45861313d6b7987265700f0244.tar.gz |
do not install CVS dirs, and fix PLIST
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-tll/Makefile | 9 | ||||
-rw-r--r-- | audio/festvox-tll/pkg/PLIST | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index 8cfb6894b21..a3e5d2f5121 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/10/27 17:14:03 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/28 02:05:43 hubertf Exp $ DISTNAME= festvox-tll-2.0 WRKSRC= ${WRKDIR}/festival @@ -9,8 +9,6 @@ DISTFILES= voice_tll_di-2.0.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts -BROKEN= PLIST errors - DEPENDS+= festival-1.4.0:../festival \ festlex-ogi-2.0:../festlex-ogi @@ -21,8 +19,9 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival post-extract: - @ chmod -R a+r ${WRKSRC} - @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + ${CHMOD} -R a+r ${WRKSRC} + find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + find ${WRKSRC} -type d -name CVS | xargs rm -fr do-install: ${INSTALL_DATA_DIR} ${FHOME} diff --git a/audio/festvox-tll/pkg/PLIST b/audio/festvox-tll/pkg/PLIST index 12d548c582f..9adde4c699d 100644 --- a/audio/festvox-tll/pkg/PLIST +++ b/audio/festvox-tll/pkg/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:36:45 proff Exp $ -share/festival/lib/voices/english/tll_diphone/group/tlllpcOGI16k.group -@dirrm share/festival/lib/voices/english/tll_diphone/group +@comment $NetBSD: PLIST,v 1.2 1999/10/28 02:05:44 hubertf Exp $ +share/festival/lib/voices/english/tll_diphone/group/tll_di_resLPC.group share/festival/lib/voices/english/tll_diphone/festvox/tll_diphone.scm +share/festival/lib/voices/english/tll_diphone/festvox/tlldiph.msec +share/festival/lib/voices/english/tll_diphone/festvox/tllgain.dat +@dirrm share/festival/lib/voices/english/tll_diphone/group @dirrm share/festival/lib/voices/english/tll_diphone/festvox @dirrm share/festival/lib/voices/english/tll_diphone |