diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-08 04:02:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-08 04:02:25 +0000 |
commit | 3b79fd07c99ff90f7083f011b4cbfc77fdb3dceb (patch) | |
tree | ed5dffea66e3a209c23f92b394d79cbd4af2cf3e /audio/mbrolavox-en1/Makefile | |
parent | f4c3f57965177cb3ee1c5e73f2e880fa58dbb461 (diff) | |
download | pkgsrc-3b79fd07c99ff90f7083f011b4cbfc77fdb3dceb.tar.gz |
find -> ${FIND}
Diffstat (limited to 'audio/mbrolavox-en1/Makefile')
-rw-r--r-- | audio/mbrolavox-en1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |