From f725dc8ef5848b5e69ebefdc7c1f1517f26643fb Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 12:54:57 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- textproc/p5-SVG/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/p5-SVG') diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index 89216e2cedbe..8e499593a1cc 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -21,7 +21,7 @@ MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Manual.3 SVG::XML.3 post-patch: @${FIND} ${WRKSRC} \( -name "*.p[lm]" -or -name "*.cgi" \ - -or -name "*.pod" \)|xargs ${PERL} -pi -e 's/\x0d//g;' + -or -name "*.pod" \)|${XARGS} ${PERL} -pi -e 's/\x0d//g;' post-install: .ifndef(NOPORTDOCS) -- cgit v1.2.3