From 9cc9fd68b0a44392c69c069dc4ab6db692b31052 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 28 Dec 1999 04:19:57 +0000 Subject: replaced some more commands by their ${COMMAND} counterparts --- audio/festvox-us1/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/festvox-us1') diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile index 8abde364f15..b356f35a770 100644 --- a/audio/festvox-us1/Makefile +++ b/audio/festvox-us1/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_us1 PKGNAME= festvox-us1-1.4.0 @@ -24,12 +24,12 @@ MBROLA= ${FHOME}/lib/voices/english/us1_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/us1 ${MBROLA} - ln -fs ../../../../../mbrola/voices/us1/us1mrpa ${MBROLA} + ${LN} -fs ../../../../../mbrola/voices/us1 ${MBROLA} + ${LN} -fs ../../../../../mbrola/voices/us1/us1mrpa ${MBROLA} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3