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/festival | |
parent | e160d249ca9df4f6541e5675dcfea9163923d533 (diff) | |
download | pkgsrc-b08558ab94100bd19dba5da659e3a30125a04eaa.tar.gz |
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 89b459e62f0..e3d7b630148 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/12/28 03:42:56 wiz Exp $ +# $NetBSD: Makefile,v 1.11 1999/12/28 04:19:58 wiz Exp $ DISTNAME= festival-1.4.0 WRKSRC= ${WRKDIR} @@ -57,7 +57,7 @@ post-patch: do-install: ${INSTALL_DATA_DIR} ${FHOME} ${CHMOD} -R u+w,a+r,og-w ${FESTIVAL}/lib - find ${FESTIVAL}/lib -type d -print0| xargs -0 ${CHMOD} 755 + ${FIND} ${FESTIVAL}/lib -type d -print0| xargs -0 ${CHMOD} 755 cd ${FESTIVAL} && ${PAX} -r -w lib examples ${FHOME} ${RM} -f ${FHOME}/lib/etc/NetBSD/audsp ${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/NetBSD/audsp ${PREFIX}/libexec |