aboutsummaryrefslogtreecommitdiff
path: root/textproc/webcpp
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 12:54:57 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 12:54:57 +0000
commitf725dc8ef5848b5e69ebefdc7c1f1517f26643fb (patch)
tree61e738084a4bfbaac41e371a863552bfb8c6ed2a /textproc/webcpp
parent985ad018658ea12b1f67b9a76f8252fac0982438 (diff)
downloadports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.tar.gz
ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.zip
Notes
Diffstat (limited to 'textproc/webcpp')
-rw-r--r--textproc/webcpp/Makefile2
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: