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-kal16/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/festvox-kal16') diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index 1ef9bd62a636..f37909b0ba39 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} -- cgit v1.2.3