diff options
Diffstat (limited to 'audio/festvox-rab16/Makefile')
-rw-r--r-- | audio/festvox-rab16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index 040c4f8..2ba953a 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} |