diff options
author | proff <proff@pkgsrc.org> | 1999-10-28 02:57:51 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-10-28 02:57:51 +0000 |
commit | a49ab6da4b7fe5055abd66705e34d32ac54b0b2a (patch) | |
tree | 29a44452a07d4694917054548ff199c30bc4f96f /audio | |
parent | 6f9b0a0778a77325d9882e209c4c47748b44141b (diff) | |
download | pkgsrc-a49ab6da4b7fe5055abd66705e34d32ac54b0b2a.tar.gz |
chmod -> ${CHMOD}
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-don/Makefile | 6 | ||||
-rw-r--r-- | audio/festvox-ked8/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index bcfeef3f494..2650081f381 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/10/11 11:25:20 proff Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/28 03:03:22 proff Exp $ DISTNAME= festvox-don-1.4.0 WRKSRC= ${WRKDIR}/festival @@ -18,8 +18,8 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival post-extract: - @ chmod -R a+r ${WRKSRC} - @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + @ ${CHMOD} -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 do-install: ${INSTALL_DATA_DIR} ${FHOME} diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile index 31f82c32ab5..ef67f1e8b5e 100644 --- a/audio/festvox-ked8/Makefile +++ b/audio/festvox-ked8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/10/28 01:40:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/10/28 02:57:51 proff Exp $ DISTNAME= festvox-ked8-1.4.0 WRKSRC= ${WRKDIR}/festival @@ -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} |