summaryrefslogtreecommitdiff
path: root/audio/festvox-ogirab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festvox-ogirab/Makefile')
-rw-r--r--audio/festvox-ogirab/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile
index e1201ca9dec0..86eb2371837c 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}