diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 04:19:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 04:19:57 +0000 |
commit | b08558ab94100bd19dba5da659e3a30125a04eaa (patch) | |
tree | 4c9244185d33cff3865f881a82dac4226355fc79 /audio/festvox-kal16 | |
parent | e160d249ca9df4f6541e5675dcfea9163923d533 (diff) | |
download | pkgsrc-b08558ab94100bd19dba5da659e3a30125a04eaa.tar.gz |
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'audio/festvox-kal16')
-rw-r--r-- | audio/festvox-kal16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index 6b1b15a859c..0c108c8b8ea 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/12/25 22:38:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 1999/12/28 04:20:00 wiz Exp $ DISTNAME= festvox_kallpc16k PKGNAME= festvox-kal16-1.4.0 @@ -21,7 +21,7 @@ FHOME= ${PREFIX}/share/festival 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} ${FHOME} |