From 99ccbb6b71b7698a171b47b4acb288b8115e0a5b Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 13 Nov 2003 12:54:57 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- textproc/webcpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/webcpp') 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: -- cgit