diff options
author | hubertf <hubertf> | 1999-10-28 01:02:37 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-10-28 01:02:37 +0000 |
commit | b74d3fb6f48859bc7ea484394ff5bf195240e9ac (patch) | |
tree | 7707396c75821fdbb4365bcf9d207feeeccd6614 /audio | |
parent | eaeb16abf1629133f1662e959e441f5141e2e964 (diff) | |
download | pkgsrc-b74d3fb6f48859bc7ea484394ff5bf195240e9ac.tar.gz |
fix: do not install CVS dirs, make PLIST match reality
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-aec/Makefile | 9 | ||||
-rw-r--r-- | audio/festvox-aec/pkg/PLIST | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile index 71f3811d6d5..7da769724c4 100644 --- a/audio/festvox-aec/Makefile +++ b/audio/festvox-aec/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:02:37 hubertf Exp $ DISTNAME= festvox-aec-2.0 WRKSRC= ${WRKDIR}/festival @@ -9,8 +9,6 @@ DISTFILES= voice_aec_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-aec/pkg/PLIST b/audio/festvox-aec/pkg/PLIST index bd1310d2158..d8f8702d335 100644 --- a/audio/festvox-aec/pkg/PLIST +++ b/audio/festvox-aec/pkg/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:33:57 proff Exp $ -share/festival/lib/voices/english/aec_diphone/group/aeclpcOGI16k.group -@dirrm share/festival/lib/voices/english/aec_diphone/group +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:02:38 hubertf Exp $ share/festival/lib/voices/english/aec_diphone/festvox/aec_diphone.scm +share/festival/lib/voices/english/aec_diphone/festvox/aecdiph.msec +share/festival/lib/voices/english/aec_diphone/festvox/aecgain.dat +share/festival/lib/voices/english/aec_diphone/group/aec_di_resLPC.group +@dirrm share/festival/lib/voices/english/aec_diphone/group @dirrm share/festival/lib/voices/english/aec_diphone/festvox @dirrm share/festival/lib/voices/english/aec_diphone |