From 39a7f86255001d4b80a591c9e73b6201ee277dda Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 11:38:29 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- audio/festvox-abc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/festvox-abc') diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 28c012bd932d..a1b6c454fac9 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} -- cgit v1.2.3