diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
commit | 6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch) | |
tree | a0f246c26b50146fa795ed24dbed9fe7377d3238 /ftp/libfxp | |
parent | Fix build on -stable and -current (diff) |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=67236
Diffstat (limited to 'ftp/libfxp')
-rw-r--r-- | ftp/libfxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/libfxp/Makefile b/ftp/libfxp/Makefile index 477f2cfe2121..ac1e5ee1547c 100644 --- a/ftp/libfxp/Makefile +++ b/ftp/libfxp/Makefile @@ -24,7 +24,7 @@ post-patch: s,^PREFIX,#PREFIX,g" ${WRKSRC}/${file} .endfor @(cd ${WRKSRC} ; \ - ${GREP} -l -R malloc.h * | xargs \ + ${GREP} -l -R malloc.h * | ${XARGS} \ ${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|g") .include <bsd.port.mk> |