diff options
author | wiz <wiz> | 2000-01-08 04:02:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-08 04:02:25 +0000 |
commit | 20072879fa03f89340c3b0a2aeee726ddeb7c1e4 (patch) | |
tree | ed5dffea66e3a209c23f92b394d79cbd4af2cf3e | |
parent | f30bf14e5d1d5aed452fe7d5513dc85b6930a51a (diff) | |
download | pkgsrc-20072879fa03f89340c3b0a2aeee726ddeb7c1e4.tar.gz |
find -> ${FIND}
-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} |