summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/festvox-don/Makefile6
-rw-r--r--audio/festvox-ked8/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile
index bcfeef3f494..2650081f381 100644
--- a/audio/festvox-don/Makefile
+++ b/audio/festvox-don/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/10/11 11:25:20 proff Exp $
+# $NetBSD: Makefile,v 1.7 1999/10/28 03:03:22 proff Exp $
DISTNAME= festvox-don-1.4.0
WRKSRC= ${WRKDIR}/festival
@@ -18,8 +18,8 @@ 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}
diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile
index 31f82c32ab5..ef67f1e8b5e 100644
--- a/audio/festvox-ked8/Makefile
+++ b/audio/festvox-ked8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/10/28 01:40:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 1999/10/28 02:57:51 proff Exp $
DISTNAME= festvox-ked8-1.4.0
WRKSRC= ${WRKDIR}/festival
@@ -21,7 +21,7 @@ FHOME= ${PREFIX}/share/festival
post-extract:
${CHMOD} -R a+r ${WRKSRC}
- find ${WRKSRC} -type d -print0 | xargs -0 chmod 755
+ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755
do-install:
${INSTALL_DATA_DIR} ${FHOME}