summaryrefslogtreecommitdiff
path: root/audio/festvox-tll/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-19 03:56:23 +0000
committerjlam <jlam>2001-05-19 03:56:23 +0000
commit66ad28b277d0af6fb5a0ff2449ff7d4286b6eeab (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /audio/festvox-tll/Makefile
parent9d24d73ade1b1b7f32d6182c78361801ea624464 (diff)
downloadpkgsrc-66ad28b277d0af6fb5a0ff2449ff7d4286b6eeab.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'audio/festvox-tll/Makefile')
-rw-r--r--audio/festvox-tll/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile
index 9fc22946aa0..9279c40730f 100644
--- a/audio/festvox-tll/Makefile
+++ b/audio/festvox-tll/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:40 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:30 jlam Exp $
DISTNAME= voice_tll_di-2.0
PKGNAME= festvox-tll-2.0
@@ -21,8 +21,8 @@ FHOME= ${PREFIX}/share/festival
post-extract:
${CHMOD} -R a+r ${WRKSRC}
- ${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755
- ${FIND} ${WRKSRC} -type d -name CVS | xargs ${RM} -fr
+ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
+ ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr
do-install:
${INSTALL_DATA_DIR} ${FHOME}