From bb34de42c0ccac8e962cab97e064965d23f081de Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 13:30:42 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- net/gopher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/gopher') 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,,,' .include -- cgit v1.2.3