diff options
author | hubertf <hubertf> | 1999-10-28 00:48:31 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-10-28 00:48:31 +0000 |
commit | eaeb16abf1629133f1662e959e441f5141e2e964 (patch) | |
tree | 1490d4d945d17e2f8ec0dcbf3b71935671958b33 /audio/festvox-abc | |
parent | b3441ee92f5590a998edcfa77c5103a80ade59c1 (diff) | |
download | pkgsrc-eaeb16abf1629133f1662e959e441f5141e2e964.tar.gz |
do not install CVS dirs, and fix PLIST
Diffstat (limited to 'audio/festvox-abc')
-rw-r--r-- | audio/festvox-abc/Makefile | 12 | ||||
-rw-r--r-- | audio/festvox-abc/pkg/PLIST | 10 |
2 files changed, 13 insertions, 9 deletions
diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 0efacd0a91b..fd2f73861b0 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/10/27 17:14:01 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/28 00:48:31 hubertf Exp $ DISTNAME= festvox-abc-2.0 WRKSRC= ${WRKDIR}/festival @@ -9,8 +9,6 @@ DISTFILES= voice_abc_di-2.0.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts -BROKEN= broken PLIST - DEPENDS+= festival-1.4.0:../festival \ festlex-ogi-2.0:../festlex-ogi \ festogi-spanish-2.0:../festogi-spanish @@ -22,9 +20,11 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival post-extract: - @ chmod -R a+r ${WRKSRC} - @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 - @ ${RM} -f ${WRKSRC}/lib/voices/spanish/abc_diphone/group/hvslpcOGI16k.group + ${CHMOD} -R a+r ${WRKSRC} + find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + ${RM} -f ${WRKSRC}/lib/voices/spanish/abc_diphone/group/hvslpcOGI16k.group + find ${WRKSRC} -type d -name CVS | xargs rm -fr + do-install: ${INSTALL_DATA_DIR} ${FHOME} diff --git a/audio/festvox-abc/pkg/PLIST b/audio/festvox-abc/pkg/PLIST index 8733052ac56..aefb9c0cc68 100644 --- a/audio/festvox-abc/pkg/PLIST +++ b/audio/festvox-abc/pkg/PLIST @@ -1,6 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:33:46 proff Exp $ -share/festival/lib/voices/spanish/abc_diphone/group/abclpcOGI16k.group -@dirrm share/festival/lib/voices/spanish/abc_diphone/group +@comment $NetBSD: PLIST,v 1.2 1999/10/28 00:48:32 hubertf Exp $ share/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm +share/festival/lib/voices/spanish/abc_diphone/festvox/abcdiph.msec +share/festival/lib/voices/spanish/abc_diphone/group/abc_di_resLPC.group @dirrm share/festival/lib/voices/spanish/abc_diphone/festvox +@dirrm share/festival/lib/voices/spanish/abc_diphone/group @dirrm share/festival/lib/voices/spanish/abc_diphone +@dirrm share/festival/lib/voices/spanish +@dirrm share/festival/lib/voices +@dirrm share/festival/lib |