diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-28 01:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-28 01:46:29 +0000 |
commit | 264df192c269a5ff75e4413bfc1451e88d74a67a (patch) | |
tree | 02d7efec9c595bd0d77bb243d69e06a0ffb2c0b4 /audio/festvox-ogirab | |
parent | e7ac5c2e8f2302c7d77856bdf8b989b0831c30f3 (diff) | |
download | pkgsrc-264df192c269a5ff75e4413bfc1451e88d74a67a.tar.gz |
do not install CVS dirs, and fix PLIST
Diffstat (limited to 'audio/festvox-ogirab')
-rw-r--r-- | audio/festvox-ogirab/Makefile | 9 | ||||
-rw-r--r-- | audio/festvox-ogirab/pkg/PLIST | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index 4aa6aa2ce12..2db042188fd 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/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 01:53:00 hubertf Exp $ DISTNAME= festvox-ogirab-2.0 WRKSRC= ${WRKDIR}/festival @@ -9,8 +9,6 @@ DISTFILES= voice_ogirab_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-ogirab/pkg/PLIST b/audio/festvox-ogirab/pkg/PLIST index 555b8d54907..305caa1fd15 100644 --- a/audio/festvox-ogirab/pkg/PLIST +++ b/audio/festvox-ogirab/pkg/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:36:08 proff Exp $ -share/festival/lib/voices/english/ogirab_diphone/group/ogirablpcOGI16k.group -@dirrm share/festival/lib/voices/english/ogirab_diphone/group +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:53:01 hubertf Exp $ share/festival/lib/voices/english/ogirab_diphone/festvox/ogirab_diphone.scm +share/festival/lib/voices/english/ogirab_diphone/festvox/rabdiph.msec +share/festival/lib/voices/english/ogirab_diphone/festvox/rabgain.dat +share/festival/lib/voices/english/ogirab_diphone/group/ogirab_di_resLPC.group +@dirrm share/festival/lib/voices/english/ogirab_diphone/group @dirrm share/festival/lib/voices/english/ogirab_diphone/festvox @dirrm share/festival/lib/voices/english/ogirab_diphone |