summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-19 03:56:23 +0000
committerjlam <jlam@pkgsrc.org>2001-05-19 03:56:23 +0000
commitdc6eadbf21d06496bbf555e397f79622e3e20821 (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /audio
parent85e58afe750871e5736c21a64b0afaca5fd17ca7 (diff)
downloadpkgsrc-dc6eadbf21d06496bbf555e397f79622e3e20821.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'audio')
-rw-r--r--audio/festdoc/Makefile4
-rw-r--r--audio/festival/Makefile4
-rw-r--r--audio/festlex-cmu/Makefile4
-rw-r--r--audio/festlex-oald/Makefile4
-rw-r--r--audio/festlex-ogi/Makefile4
-rw-r--r--audio/festlex-poslex/Makefile4
-rw-r--r--audio/festogi-spanish/Makefile4
-rw-r--r--audio/festvox-abc/Makefile6
-rw-r--r--audio/festvox-aec/Makefile6
-rw-r--r--audio/festvox-don/Makefile4
-rw-r--r--audio/festvox-el11/Makefile4
-rw-r--r--audio/festvox-en1/Makefile4
-rw-r--r--audio/festvox-hvs/Makefile6
-rw-r--r--audio/festvox-jph/Makefile6
-rw-r--r--audio/festvox-kal16/Makefile4
-rw-r--r--audio/festvox-kal8/Makefile4
-rw-r--r--audio/festvox-ked16/Makefile4
-rw-r--r--audio/festvox-ked8/Makefile4
-rw-r--r--audio/festvox-mwm/Makefile6
-rw-r--r--audio/festvox-ogirab/Makefile6
-rw-r--r--audio/festvox-rab16/Makefile4
-rw-r--r--audio/festvox-rab8/Makefile4
-rw-r--r--audio/festvox-tll/Makefile6
-rw-r--r--audio/festvox-us1/Makefile4
-rw-r--r--audio/festvox-us2/Makefile4
-rw-r--r--audio/festvox-us3/Makefile4
-rw-r--r--audio/mbrolavox-en1/Makefile4
-rw-r--r--audio/mbrolavox-us1/Makefile4
-rw-r--r--audio/mbrolavox-us2/Makefile4
-rw-r--r--audio/mbrolavox-us3/Makefile4
30 files changed, 67 insertions, 67 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile
index a7e3def668c..169692401f0 100644
--- a/audio/festdoc/Makefile
+++ b/audio/festdoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:35 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/19 03:56:23 jlam Exp $
DISTNAME= festdoc-1.4.0.1
PKGNAME= festival-doc-1.4.0.1
@@ -17,7 +17,7 @@ INFO_FILES= festival.info
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
${RM} ${WRKSRC}/festival/src-manual/c3750.htm~
${RM} ${WRKSRC}/speechtools/c16909.htm~
${RMDIR} ${WRKSRC}/festival/src-manual/images_gen
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 670476a558b..1f6a36e2084 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/03/31 10:22:24 zuntum Exp $
+# $NetBSD: Makefile,v 1.15 2001/05/19 03:56:24 jlam Exp $
DISTNAME= festival-1.4.0
WRKSRC= ${WRKDIR}
@@ -58,7 +58,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
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile
index dd53addd818..9dc1282767a 100644
--- a/audio/festlex-cmu/Makefile
+++ b/audio/festlex-cmu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:36 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/19 03:56:24 jlam Exp $
DISTNAME= festlex_CMU
PKGNAME= festlex-cmu-1.4.0
@@ -18,7 +18,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}
diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile
index 9f48fe590e8..d65ffa8fa63 100644
--- a/audio/festlex-oald/Makefile
+++ b/audio/festlex-oald/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:36 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/19 03:56:24 jlam Exp $
DISTNAME= festlex_OALD
PKGNAME= festlex-oald-1.4.0
@@ -18,7 +18,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}
diff --git a/audio/festlex-ogi/Makefile b/audio/festlex-ogi/Makefile
index 6e5a7cdb244..ec4c7e21610 100644
--- a/audio/festlex-ogi/Makefile
+++ b/audio/festlex-ogi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/16 13:30:36 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/19 03:56:25 jlam Exp $
DISTNAME= OGIlexicon-2.0
PKGNAME= festlex-ogi-2.0
@@ -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}
diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile
index 297a0d5a210..959818e377f 100644
--- a/audio/festlex-poslex/Makefile
+++ b/audio/festlex-poslex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:36 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/19 03:56:25 jlam Exp $
DISTNAME= festlex_POSLEX
PKGNAME= festlex-poslex-1.4.0
@@ -18,7 +18,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}
diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile
index 486b9cccb61..100499e4c3d 100644
--- a/audio/festogi-spanish/Makefile
+++ b/audio/festogi-spanish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:36 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/19 03:56:25 jlam Exp $
DISTNAME= OGIspanish-2.0
PKGNAME= festogi-spanish-2.0
@@ -20,7 +20,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}
diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile
index 0001f77839e..33a19e0513b 100644
--- a/audio/festvox-abc/Makefile
+++ b/audio/festvox-abc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:25 jlam Exp $
DISTNAME= voice_abc_di-2.0
PKGNAME= festvox-abc-2.0
@@ -22,9 +22,9 @@ 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
${RM} -f ${WRKSRC}/lib/voices/spanish/abc_diphone/group/hvslpcOGI16k.group
- ${FIND} ${WRKSRC} -type d -name CVS | xargs ${RM} -fr
+ ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr
do-install:
${INSTALL_DATA_DIR} ${FHOME}
diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile
index dd0afb9b153..7d012dadbe0 100644
--- a/audio/festvox-aec/Makefile
+++ b/audio/festvox-aec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:26 jlam Exp $
DISTNAME= voice_aec_di-2.0
PKGNAME= festvox-aec-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}
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile
index b0b1275afd8..ccb0314ebed 100644
--- a/audio/festvox-don/Makefile
+++ b/audio/festvox-don/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:26 jlam Exp $
DISTNAME= festvox_don
PKGNAME= festvox-don-1.4.0
@@ -20,7 +20,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}
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile
index ceb300fad78..6c3d49f9399 100644
--- a/audio/festvox-el11/Makefile
+++ b/audio/festvox-el11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:37 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/19 03:56:26 jlam Exp $
DISTNAME= festvox_ellpc11k
PKGNAME= festvox-el11-1.4.0
@@ -20,7 +20,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}
diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile
index 89b0ac2dcfe..0698b438b38 100644
--- a/audio/festvox-en1/Makefile
+++ b/audio/festvox-en1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:26 jlam Exp $
DISTNAME= festvox_en1
PKGNAME= festvox-en1-1.4.0
@@ -27,7 +27,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
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:
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile
index 5bad009224c..395675a367c 100644
--- a/audio/festvox-hvs/Makefile
+++ b/audio/festvox-hvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:38 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:27 jlam Exp $
DISTNAME= voice_hvs_di-2.0
PKGNAME= festvox-hvs-2.0
@@ -22,8 +22,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}
diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile
index c6645977c60..068572424d7 100644
--- a/audio/festvox-jph/Makefile
+++ b/audio/festvox-jph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:38 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:27 jlam Exp $
DISTNAME= voice_jph_di-2.0
PKGNAME= festvox-jph-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}
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile
index 7afcdbafecc..f7b42f88f9f 100644
--- a/audio/festvox-kal16/Makefile
+++ b/audio/festvox-kal16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/16 13:30:38 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/19 03:56:27 jlam Exp $
DISTNAME= festvox_kallpc16k
PKGNAME= festvox-kal16-1.4.0
@@ -22,7 +22,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}
diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile
index 166007acd00..e97ae665c3f 100644
--- a/audio/festvox-kal8/Makefile
+++ b/audio/festvox-kal8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:38 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:28 jlam Exp $
DISTNAME= festvox_kallpc8k
PKGNAME= festvox-kal8-1.4.0
@@ -22,7 +22,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}
diff --git a/audio/festvox-ked16/Makefile b/audio/festvox-ked16/Makefile
index 1801f4e3ca4..64945eede88 100644
--- a/audio/festvox-ked16/Makefile
+++ b/audio/festvox-ked16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/16 13:30:38 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/19 03:56:28 jlam Exp $
DISTNAME= festvox_kedlpc16k
PKGNAME= festvox-ked16-1.4.0
@@ -22,7 +22,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}
diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile
index aab724e5ff9..0bcbe027b7a 100644
--- a/audio/festvox-ked8/Makefile
+++ b/audio/festvox-ked8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 13:30:39 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/05/19 03:56:28 jlam Exp $
DISTNAME= festvox_kedlpc8k
PKGNAME= festvox-ked8-1.4.0
@@ -22,7 +22,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}
diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile
index d70575ee7a5..42d21f90655 100644
--- a/audio/festvox-mwm/Makefile
+++ b/audio/festvox-mwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:29 jlam Exp $
DISTNAME= voice_mwm_di-2.0
PKGNAME= festvox-mwm-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}
diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile
index 168e0bfb67d..e6af0ee73e1 100644
--- a/audio/festvox-ogirab/Makefile
+++ b/audio/festvox-ogirab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:29 jlam Exp $
DISTNAME= voice_ogirab_di-2.0
PKGNAME= festvox-ogirab-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}
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile
index b8c103a77ba..60553a61fb1 100644
--- a/audio/festvox-rab16/Makefile
+++ b/audio/festvox-rab16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/16 13:30:39 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/19 03:56:29 jlam Exp $
DISTNAME= festvox_rablpc16k
PKGNAME= festvox-rab16-1.4.0
@@ -22,7 +22,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}
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile
index c1b4ab3cbf6..dd36a37ef68 100644
--- a/audio/festvox-rab8/Makefile
+++ b/audio/festvox-rab8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/02/16 13:30:39 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2001/05/19 03:56:30 jlam Exp $
DISTNAME= festvox_rablpc8k
PKGNAME= festvox-rab8-1.4.0
@@ -22,7 +22,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}
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}
diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile
index 88406a8b2de..fd3d2ccbea9 100644
--- a/audio/festvox-us1/Makefile
+++ b/audio/festvox-us1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/16 13:30:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/19 03:56:30 jlam Exp $
DISTNAME= festvox_us1
PKGNAME= festvox-us1-1.4.0
@@ -27,7 +27,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
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:
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile
index 6f08963c0ed..2026463f794 100644
--- a/audio/festvox-us2/Makefile
+++ b/audio/festvox-us2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/16 13:30:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/19 03:56:31 jlam Exp $
DISTNAME= festvox_us2
PKGNAME= festvox-us2-1.4.0
@@ -27,7 +27,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
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:
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile
index 80fe11642c9..19b31e9d3bf 100644
--- a/audio/festvox-us3/Makefile
+++ b/audio/festvox-us3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/16 13:30:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/19 03:56:31 jlam Exp $
DISTNAME= festvox_us3
PKGNAME= festvox-us3-1.4.0
@@ -27,7 +27,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
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:
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
diff --git a/audio/mbrolavox-en1/Makefile b/audio/mbrolavox-en1/Makefile
index 9ea7a35e0e6..84da228bc38 100644
--- a/audio/mbrolavox-en1/Makefile
+++ b/audio/mbrolavox-en1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/20 11:40:08 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/05/19 03:56:31 jlam Exp $
DISTNAME= en1-980910
PKGNAME= mbrolavox-en1-980910
@@ -23,7 +23,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
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} ${MHOME}
diff --git a/audio/mbrolavox-us1/Makefile b/audio/mbrolavox-us1/Makefile
index ca44d39f846..1edcf6730ca 100644
--- a/audio/mbrolavox-us1/Makefile
+++ b/audio/mbrolavox-us1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/20 11:40:08 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/19 03:56:32 jlam Exp $
DISTNAME= us1-980512
PKGNAME= mbrolavox-us1-980512
@@ -23,7 +23,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
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} ${MHOME}
diff --git a/audio/mbrolavox-us2/Makefile b/audio/mbrolavox-us2/Makefile
index fc86ba1df02..e037769e0b3 100644
--- a/audio/mbrolavox-us2/Makefile
+++ b/audio/mbrolavox-us2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/20 11:40:08 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/19 03:56:32 jlam Exp $
DISTNAME= us2-980812
PKGNAME= mbrolavox-${DISTNAME}
@@ -23,7 +23,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
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} ${MHOME}
diff --git a/audio/mbrolavox-us3/Makefile b/audio/mbrolavox-us3/Makefile
index dc7693ed894..67e21229d7c 100644
--- a/audio/mbrolavox-us3/Makefile
+++ b/audio/mbrolavox-us3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/20 11:40:08 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/19 03:56:32 jlam Exp $
DISTNAME= us3-990208
PKGNAME= mbrolavox-${DISTNAME}
@@ -23,7 +23,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
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} ${MHOME}