aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-29 08:07:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-29 08:07:47 +0000
commit6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch)
treea0f246c26b50146fa795ed24dbed9fe7377d3238 /math
parent3b663578f7f4fadc03c93424b74df4b217f91c8f (diff)
downloadports-6082ca2e05b85fdb12f2aef925cab45c43bde641.tar.gz
ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/oleo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile
index f7ea4a66ba78..8b5b4482fb65 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>