aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-15 12:46:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-15 12:46:09 +0000
commit4d84a1824195e0513371e758d84e39ee9b0e0987 (patch)
tree1c7178d4e2665b75e6238cd9290c4e4ab3894a17 /textproc/p5-XML-SAX/files/patch-Makefile.PL
parent414573c44a7cad1245364b502fb723870ad9243c (diff)
Notes
Diffstat (limited to 'textproc/p5-XML-SAX/files/patch-Makefile.PL')
-rw-r--r--textproc/p5-XML-SAX/files/patch-Makefile.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-SAX/files/patch-Makefile.PL b/textproc/p5-XML-SAX/files/patch-Makefile.PL
index 9eaa6f36f239..fa6ac04728ad 100644
--- a/textproc/p5-XML-SAX/files/patch-Makefile.PL
+++ b/textproc/p5-XML-SAX/files/patch-Makefile.PL
@@ -1,5 +1,5 @@
---- Makefile.PL.orig 2011-09-05 05:37:48.000000000 +0800
-+++ Makefile.PL 2013-11-09 01:00:33.000000000 +0800
+--- Makefile.PL.orig 2018-02-15 09:44:15 UTC
++++ Makefile.PL
@@ -27,15 +27,7 @@ sub MY::install {
}
else {
@@ -20,7 +20,7 @@
@@ -43,7 +35,7 @@ sub MY::install {
$script .= <<"INSTALL";
- install_sax_pureperl :
+ install_sax_pureperl : pure_install
-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
+\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"