From b08558ab94100bd19dba5da659e3a30125a04eaa 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-don/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/festvox-don') diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index 17613f439ac..e00c127e749 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/12/25 22:38:58 wiz Exp $ +# $NetBSD: Makefile,v 1.9 1999/12/28 04:19:59 wiz Exp $ DISTNAME= festvox_don PKGNAME= festvox-don-1.4.0 @@ -19,7 +19,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} -- cgit v1.2.3