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/festvox-ked8/Makefile | |
parent | 6f9b0a0778a77325d9882e209c4c47748b44141b (diff) | |
download | pkgsrc-a49ab6da4b7fe5055abd66705e34d32ac54b0b2a.tar.gz |
chmod -> ${CHMOD}
Diffstat (limited to 'audio/festvox-ked8/Makefile')
-rw-r--r-- | audio/festvox-ked8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |