From d187cf241127f78c94fdef8b9b1b3ce091a84556 Mon Sep 17 00:00:00 2001 From: trevor 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-rab16/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/festvox-rab16') diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index 040c4f8505b6..2ba953a9c3ca 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} -- cgit