diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-07 11:52:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-07 11:52:41 +0800 |
commit | 5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-XML-XPathEngine/Makefile | |
parent | aa7203bfe36ea4c6977d938d04e68f98ab231647 (diff) | |
download | freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.tar.gz freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.tar.zst freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.zip |
Support STAGEDIR.
Diffstat (limited to 'textproc/p5-XML-XPathEngine/Makefile')
-rw-r--r-- | textproc/p5-XML-XPathEngine/Makefile | 7 |
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 |