aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-XPathEngine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-XPathEngine/Makefile')
-rw-r--r--textproc/p5-XML-XPathEngine/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/textproc/p5-XML-XPathEngine/Makefile b/textproc/p5-XML-XPathEngine/Makefile
index 590d6378d36b..50535e6fb5f1 100644
--- a/textproc/p5-XML-XPathEngine/Makefile
+++ b/textproc/p5-XML-XPathEngine/Makefile
@@ -14,15 +14,8 @@ USES= perl5
USE_PERL5= configure
REINPLACE_ARGS= -i ''
-MAN3= XML::XPathEngine.3 \
- XML::XPathEngine::Boolean.3 \
- XML::XPathEngine::Literal.3 \
- XML::XPathEngine::NodeSet.3 \
- XML::XPathEngine::Number.3
-
# For errors like
# Bareword "XML::XPathEngine::Step::..." not allowed while "strict subs" in use at ...
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -Ee 's,(use strict;),\1 no strict "subs";,' ${WRKSRC}/lib/XML/XPathEngine.pm