diff options
Diffstat (limited to 'audio/festvox-hvs/Makefile')
-rw-r--r-- | audio/festvox-hvs/Makefile | 9 |
1 files changed, 4 insertions, 5 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} |