From 3b79fd07c99ff90f7083f011b4cbfc77fdb3dceb Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 8 Jan 2000 04:02:25 +0000 Subject: find -> ${FIND} --- audio/mbrolavox-en1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/mbrolavox-en1/Makefile') diff --git a/audio/mbrolavox-en1/Makefile b/audio/mbrolavox-en1/Makefile index 756ae877a69..54c6f4ed03e 100644 --- a/audio/mbrolavox-en1/Makefile +++ b/audio/mbrolavox-en1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/12/25 22:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/01/08 04:02:25 wiz Exp $ DISTNAME= en1-980910 PKGNAME= mbrolavox-en1-980910 @@ -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