diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-28 01:23:53 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-28 01:23:53 +0000 |
commit | 5edd98185da63089e930d622f1ec99764c4d0ff6 (patch) | |
tree | e68392ab6822d9ddb067e1a0f1233e8506375fcf /audio/festvox-hvs | |
parent | 2e2b2e802f436b6dbecb173bb4cfd7db1fb70f43 (diff) | |
download | pkgsrc-5edd98185da63089e930d622f1ec99764c4d0ff6.tar.gz |
do not install CVS dirs, and fix PLIST
Diffstat (limited to 'audio/festvox-hvs')
-rw-r--r-- | audio/festvox-hvs/Makefile | 9 | ||||
-rw-r--r-- | audio/festvox-hvs/pkg/PLIST | 7 |
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile index 7b7d9d3564c..619c6451bb5 100644 --- a/audio/festvox-hvs/Makefile +++ b/audio/festvox-hvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/10/27 17:14:02 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/28 01:23:53 hubertf Exp $ DISTNAME= festvox-hvs-2.0 WRKSRC= ${WRKDIR}/festival @@ -9,8 +9,6 @@ DISTFILES= voice_hvs_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 \ festogi-spanish-2.0:../festogi-spanish @@ -22,8 +20,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-hvs/pkg/PLIST b/audio/festvox-hvs/pkg/PLIST index 8f5c54dccbe..e7bb9d14806 100644 --- a/audio/festvox-hvs/pkg/PLIST +++ b/audio/festvox-hvs/pkg/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:34:33 proff Exp $ -share/festival/lib/voices/spanish/hvs_diphone/group/hvslpcOGI16k.group -@dirrm share/festival/lib/voices/spanish/hvs_diphone/group +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:23:54 hubertf Exp $ share/festival/lib/voices/spanish/hvs_diphone/festvox/hvs_diphone.scm +share/festival/lib/voices/spanish/hvs_diphone/festvox/hvsdiph.msec +share/festival/lib/voices/spanish/hvs_diphone/group/hvs_di_resLPC.group +@dirrm share/festival/lib/voices/spanish/hvs_diphone/group @dirrm share/festival/lib/voices/spanish/hvs_diphone/festvox @dirrm share/festival/lib/voices/spanish/hvs_diphone |