summaryrefslogtreecommitdiff
path: root/audio/festvox-us3
diff options
context:
space:
mode:
authorwiz <wiz>1999-12-28 04:19:57 +0000
committerwiz <wiz>1999-12-28 04:19:57 +0000
commiteb37760b26292041b4839e11a18aee871d58d838 (patch)
tree4c9244185d33cff3865f881a82dac4226355fc79 /audio/festvox-us3
parent1065d693d7e2fa309a555ad1d238e18625a4f693 (diff)
downloadpkgsrc-eb37760b26292041b4839e11a18aee871d58d838.tar.gz
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'audio/festvox-us3')
-rw-r--r--audio/festvox-us3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile
index 6186beb1066..9d0a6dfff0e 100644
--- a/audio/festvox-us3/Makefile
+++ b/audio/festvox-us3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/12/25 22:39:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 1999/12/28 04:20:02 wiz Exp $
DISTNAME= festvox_us3
PKGNAME= festvox-us3-1.4.0
@@ -24,12 +24,12 @@ MBROLA= ${FHOME}/lib/voices/english/us3_mbrola
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:
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
#ugh
- ln -fs ../../../../../mbrola/voices/us3 ${MBROLA}
- ln -fs ../../../../../mbrola/voices/us3/us3mrpa ${MBROLA}
+ ${LN} -fs ../../../../../mbrola/voices/us3 ${MBROLA}
+ ${LN} -fs ../../../../../mbrola/voices/us3/us3mrpa ${MBROLA}
.include "../../mk/bsd.pkg.mk"