diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-13 11:38:29 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-13 11:38:29 +0000 |
commit | d187cf241127f78c94fdef8b9b1b3ce091a84556 (patch) | |
tree | c1264347f47b760e9c84b42cb82a5311005c34ac | |
parent | 30a7caaf158cdcec137ac7d3e17ac7a95247b788 (diff) | |
download | FreeBSD-ports-d187cf241127f78c94fdef8b9b1b3ce091a84556.zip FreeBSD-ports-d187cf241127f78c94fdef8b9b1b3ce091a84556.tar.gz |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
-rw-r--r-- | audio/festdoc/Makefile | 4 | ||||
-rw-r--r-- | audio/festival+OGI/Makefile | 2 | ||||
-rw-r--r-- | audio/festival/Makefile | 2 | ||||
-rw-r--r-- | audio/festlex-cmu/Makefile | 2 | ||||
-rw-r--r-- | audio/festlex-oald/Makefile | 2 | ||||
-rw-r--r-- | audio/festlex-ogi/Makefile | 2 | ||||
-rw-r--r-- | audio/festlex-poslex/Makefile | 2 | ||||
-rw-r--r-- | audio/festogi-spanish/Makefile | 4 | ||||
-rw-r--r-- | audio/festvox-abc/Makefile | 4 | ||||
-rw-r--r-- | audio/festvox-don/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-el11/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-hvs/Makefile | 4 | ||||
-rw-r--r-- | audio/festvox-jph/Makefile | 4 | ||||
-rw-r--r-- | audio/festvox-kal16/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-kal8/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-ked16/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-ked8/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-mwm/Makefile | 4 | ||||
-rw-r--r-- | audio/festvox-ogirab/Makefile | 4 | ||||
-rw-r--r-- | audio/festvox-rab16/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-rab8/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-tll/Makefile | 4 | ||||
-rw-r--r-- | audio/holyshout/Makefile | 2 |
23 files changed, 31 insertions, 31 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile index b9bfab5..02b67c8 100644 --- a/audio/festdoc/Makefile +++ b/audio/festdoc/Makefile @@ -24,7 +24,7 @@ FDOC= ${PREFIX}/share/doc/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} ${WRKSRC}/festival/src-manual/c3750.htm~ ${RM} ${WRKSRC}/speechtools/c16909.htm~ ${RMDIR} ${WRKSRC}/festival/src-manual/images_gen @@ -32,7 +32,7 @@ post-extract: do-install: ${MKDIR} ${FDOC} ${RM} ${WRKSRC}/festival/info/festival.info.orig - cd ${WRKSRC} && info=`find . -name '*.info*' -type f` && \ + cd ${WRKSRC} && info=`${FIND} . -name '*.info*' -type f` && \ ${CP} $$info ${PREFIX}/info && \ ${CP} -r ${WRKSRC}/* ${FDOC} && \ cd ${FDOC} && \ diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index c8b7977..f78f62b 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -133,7 +133,7 @@ do-install: ${MKDIR} ${FHOME}/lib/voices/spanish/ ${MKDIR} ${FHOME}/lib/dicts ${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} && ${CP} -pPR lib examples ${FHOME} ${RM} -rf ${FHOME}/lib/etc/*FreeBSD* ${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/*FreeBSD*/audsp ${PREFIX}/libexec diff --git a/audio/festival/Makefile b/audio/festival/Makefile index c8b7977..f78f62b 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -133,7 +133,7 @@ do-install: ${MKDIR} ${FHOME}/lib/voices/spanish/ ${MKDIR} ${FHOME}/lib/dicts ${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} && ${CP} -pPR lib examples ${FHOME} ${RM} -rf ${FHOME}/lib/etc/*FreeBSD* ${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/*FreeBSD*/audsp ${PREFIX}/libexec diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index b7039fc..7b428d5 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -28,7 +28,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: ${MKDIR} ${FHOME} diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile index e9080fb..e6eb890 100644 --- a/audio/festlex-oald/Makefile +++ b/audio/festlex-oald/Makefile @@ -30,7 +30,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: ${MKDIR} ${FHOME} diff --git a/audio/festlex-ogi/Makefile b/audio/festlex-ogi/Makefile index ba43d95..f9d37f7 100644 --- a/audio/festlex-ogi/Makefile +++ b/audio/festlex-ogi/Makefile @@ -30,7 +30,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: ${MKDIR} ${FHOME} diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile index a569413b6..7f0780b 100644 --- a/audio/festlex-poslex/Makefile +++ b/audio/festlex-poslex/Makefile @@ -28,7 +28,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: cd ${WRKSRC} && ${CP} -pPR * ${FHOME} diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile index b844525..437e2c4 100644 --- a/audio/festogi-spanish/Makefile +++ b/audio/festogi-spanish/Makefile @@ -29,10 +29,10 @@ 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 pre-install: - (find ${WRKSRC} -name CVS | xargs rm -rf) + (${FIND} ${WRKSRC} -name CVS | ${XARGS} rm -rf) do-install: ${MKDIR} ${FHOME} diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 28c012b..a1b6c45 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -31,9 +31,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index 281b1e8..75fb12c 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -30,7 +30,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index e40aa75..99ada1e 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -30,7 +30,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile index 9a6a976..6ca3c43 100644 --- a/audio/festvox-hvs/Makefile +++ b/audio/festvox-hvs/Makefile @@ -32,8 +32,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile index 7ae1cb8..b0f5c52 100644 --- a/audio/festvox-jph/Makefile +++ b/audio/festvox-jph/Makefile @@ -31,8 +31,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index 1ef9bd6..f37909b 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/Makefile @@ -32,7 +32,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile index fcc9e30..315b083 100644 --- a/audio/festvox-kal8/Makefile +++ b/audio/festvox-kal8/Makefile @@ -32,7 +32,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-ked16/Makefile b/audio/festvox-ked16/Makefile index 192d57e..a15b4bc 100644 --- a/audio/festvox-ked16/Makefile +++ b/audio/festvox-ked16/Makefile @@ -32,7 +32,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile index 24010de..35e0492 100644 --- a/audio/festvox-ked8/Makefile +++ b/audio/festvox-ked8/Makefile @@ -32,7 +32,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile index 5b92026..4b3ae7b9 100644 --- a/audio/festvox-mwm/Makefile +++ b/audio/festvox-mwm/Makefile @@ -31,8 +31,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index e1201ca..86eb237 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/Makefile @@ -30,8 +30,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index 040c4f8..2ba953a 100644 --- a/audio/festvox-rab16/Makefile +++ b/audio/festvox-rab16/Makefile @@ -32,7 +32,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index a21fc0f..81694d8 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -32,7 +32,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: ${MKDIR} ${FHOME} diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index 9c6d383..68365c5 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/Makefile @@ -30,8 +30,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: ${MKDIR} ${FHOME} diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile index 1f6b883..c7bf599 100644 --- a/audio/holyshout/Makefile +++ b/audio/holyshout/Makefile @@ -17,7 +17,7 @@ USE_GMAKE= yes USE_REINPLACE= yes post-patch: - (find ${WRKSRC} -name Makefile | xargs ${REINPLACE_CMD} -e \ + (${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ "s@-O20@${CFLAGS}@g ; s@-O2@${CFLAGS}@g") ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/Makefile |