diff options
Diffstat (limited to 'audio/festvox-hvs')
-rw-r--r-- | audio/festvox-hvs/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile index 619c6451bb5..e645116d25b 100644 --- a/audio/festvox-hvs/Makefile +++ b/audio/festvox-hvs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 1999/10/28 01:23:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/25 22:38:59 wiz Exp $ -DISTNAME= festvox-hvs-2.0 +DISTNAME= voice_hvs_di-2.0 +PKGNAME= festvox-hvs-2.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ -DISTFILES= voice_hvs_di-2.0.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts @@ -21,11 +21,11 @@ FHOME= ${PREFIX}/share/festival post-extract: ${CHMOD} -R a+r ${WRKSRC} - find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 - find ${WRKSRC} -type d -name CVS | xargs rm -fr + find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + find ${WRKSRC} -type d -name CVS | xargs ${RM} -fr do-install: ${INSTALL_DATA_DIR} ${FHOME} - cd ${WRKSRC} && pax -r -w * ${FHOME} + cd ${WRKSRC} && ${PAX} -r -w * ${FHOME} .include "../../mk/bsd.pkg.mk" |