diff options
author | wiz <wiz> | 1999-12-28 04:19:57 +0000 |
---|---|---|
committer | wiz <wiz> | 1999-12-28 04:19:57 +0000 |
commit | 9cc9fd68b0a44392c69c069dc4ab6db692b31052 (patch) | |
tree | 4c9244185d33cff3865f881a82dac4226355fc79 /audio/mbrolavox-us1 | |
parent | 5e4d40130b145ec4fe5cc6641dcdd992867ac47c (diff) | |
download | pkgsrc-9cc9fd68b0a44392c69c069dc4ab6db692b31052.tar.gz |
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'audio/mbrolavox-us1')
-rw-r--r-- | audio/mbrolavox-us1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mbrolavox-us1/Makefile b/audio/mbrolavox-us1/Makefile index 064b95e347c..00c7c0efe15 100644 --- a/audio/mbrolavox-us1/Makefile +++ b/audio/mbrolavox-us1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/12/25 22:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 1999/12/28 04:20:02 wiz Exp $ DISTNAME= us1-980512 PKGNAME= mbrolavox-us1-980512 @@ -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} |