diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-28 00:48:31 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-28 00:48:31 +0000 |
commit | a1b0b76bf09e461656845ae83477c4c975b8177c (patch) | |
tree | 1490d4d945d17e2f8ec0dcbf3b71935671958b33 /audio/festvox-abc/Makefile | |
parent | e48e3486b8a6aaa91d993d6a61ee0d0c8a58fd0d (diff) | |
download | pkgsrc-a1b0b76bf09e461656845ae83477c4c975b8177c.tar.gz |
do not install CVS dirs, and fix PLIST
Diffstat (limited to 'audio/festvox-abc/Makefile')
-rw-r--r-- | audio/festvox-abc/Makefile | 12 |
1 files changed, 6 insertions, 6 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} |