diff options
author | proff <proff> | 1999-10-28 02:57:51 +0000 |
---|---|---|
committer | proff <proff> | 1999-10-28 02:57:51 +0000 |
commit | 44dbbf2fa57b73d5795bdfbc408046d81df72fa2 (patch) | |
tree | 29a44452a07d4694917054548ff199c30bc4f96f /audio/festvox-don | |
parent | 9319bf8711b9afd726cad81d685ecae8998b8c21 (diff) | |
download | pkgsrc-44dbbf2fa57b73d5795bdfbc408046d81df72fa2.tar.gz |
chmod -> ${CHMOD}
Diffstat (limited to 'audio/festvox-don')
-rw-r--r-- | audio/festvox-don/Makefile | 6 |
1 files changed, 3 insertions, 3 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} |