From 18a916d5e6481b140ffb5e120e09d36645a44a11 Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 27 Jan 2004 00:53:10 +0000 Subject: Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 --- audio/festvox-abc/Makefile | 4 ++-- audio/nas/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 22db989a6cd..1c67c350102 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/27 00:53:12 heinz Exp $ DISTNAME= voice_abc_di-2.0 PKGNAME= festvox-abc-2.0 @@ -24,7 +24,7 @@ post-extract: ${CHMOD} -R a+r ${WRKSRC} ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${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 -print | ${XARGS} ${RM} -fr do-install: ${INSTALL_DATA_DIR} ${FHOME} diff --git a/audio/nas/Makefile b/audio/nas/Makefile index e96abfc4e2c..76556c6879e 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/01/20 12:07:43 agc Exp $ +# $NetBSD: Makefile,v 1.40 2004/01/27 00:53:12 heinz Exp $ DISTNAME= nas-1.6.src PKGNAME= ${DISTNAME:S/.src//} @@ -26,7 +26,7 @@ PKG_SYSCONFSUBDIR= nas REPLACE_PERL= clients/audio/auscope/auscope post-patch: - @for f in `${FIND} ${WRKSRC} -name '*.[ch]'`; do \ + @for f in `${FIND} ${WRKSRC} -name '*.[ch]' -print`; do \ ${SED} -e "s|||g" $$f > $$f.patch \ && ${MV} $$f.patch $$f; \ done -- cgit v1.2.3