diff options
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index f7ea4a6..8b5b448 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -42,7 +42,7 @@ pre-everything:: .endif post-patch: - @find ${WRKSRC} -name '*.[ch]' | xargs \ + @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} \ ${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" .include <bsd.port.mk> |