summaryrefslogtreecommitdiff
path: root/net/gopher
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
commitbb34de42c0ccac8e962cab97e064965d23f081de (patch)
treedd40b82023ab94a6839b4f4d440c3cd5cab978ee /net/gopher
parentI forgot to add two patch files in the last commit, and broke the GTK2 (diff)
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes: svn path=/head/; revision=93887
Diffstat (limited to 'net/gopher')
-rw-r--r--net/gopher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile
index fb2d79cf5113..f5ef219a6d15 100644
--- a/net/gopher/Makefile
+++ b/net/gopher/Makefile
@@ -24,7 +24,7 @@ MAN1= gopher.1 gophfilt.1
MAN5= gopherrc.5
pre-patch:
- @${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
+ @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
's,<malloc.h>,<stdlib.h>,'
.include <bsd.port.mk>