diff options
Diffstat (limited to 'textproc/p5-SVG/Makefile')
-rw-r--r-- | textproc/p5-SVG/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |