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/mbrolavox-us3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/mbrolavox-us3') diff --git a/audio/mbrolavox-us3/Makefile b/audio/mbrolavox-us3/Makefile index 5957d274cb1..d3b6dfbb09c 100644 --- a/audio/mbrolavox-us3/Makefile +++ b/audio/mbrolavox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/12/25 22:39:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/28 04:20:03 wiz Exp $ DISTNAME= us3-990208 PKGNAME= mbrolavox-${DISTNAME} @@ -23,7 +23,7 @@ MHOME= ${PREFIX}/share/mbrola/voices 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} ${MHOME} -- cgit v1.2.3