summaryrefslogtreecommitdiff
path: root/audio/festvox-kal16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festvox-kal16/Makefile')
-rw-r--r--audio/festvox-kal16/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile
index de10cc217ee..6b1b15a859c 100644
--- a/audio/festvox-kal16/Makefile
+++ b/audio/festvox-kal16/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 1999/10/11 10:32:58 proff Exp $
+# $NetBSD: Makefile,v 1.6 1999/12/25 22:38:59 wiz Exp $
-DISTNAME= festvox-kal16-1.4.0
+DISTNAME= festvox_kallpc16k
+PKGNAME= festvox-kal16-1.4.0
WRKSRC= ${WRKDIR}/festival
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/
-DISTFILES= festvox_kallpc16k.tar.gz
MAINTAINER= proff@iq.org
HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html
@@ -20,11 +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
+ @ ${CHMOD} -R a+r ${WRKSRC}
+ @ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755
do-install:
${INSTALL_DATA_DIR} ${FHOME}
- cd ${WRKSRC} && pax -r -w * ${FHOME}
+ cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
.include "../../mk/bsd.pkg.mk"