diff options
Diffstat (limited to 'textproc/webcpp')
-rw-r--r-- | textproc/webcpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/webcpp/Makefile b/textproc/webcpp/Makefile index 2e61ff1e48c5..c1889b23664f 100644 --- a/textproc/webcpp/Makefile +++ b/textproc/webcpp/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes .endif pre-patch: - ${FIND} ${WRKSRC} -name '*.h' | xargs ${REINPLACE_CMD} \ + ${FIND} ${WRKSRC} -name '*.h' | ${XARGS} ${REINPLACE_CMD} \ 's|IO->close()|if(IO) IO->close()|g' post-install: |