aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-08 12:03:37 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-08 12:03:37 +0000
commit44bb90dcdfbf821ecb99a600efeb2357b9735342 (patch)
tree5aeb0ebef067e0b63d2a8d18ce3fa2ebee983ccf /textproc
parent68b66ba5e75bbb1f6ab18c93be88a8651a0afe62 (diff)
downloadports-44bb90dcdfbf821ecb99a600efeb2357b9735342.tar.gz
ports-44bb90dcdfbf821ecb99a600efeb2357b9735342.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-SAX-Expat/files/patch-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Expat/files/patch-Makefile.PL b/textproc/p5-XML-SAX-Expat/files/patch-Makefile.PL
new file mode 100644
index 000000000000..e56c6458a890
--- /dev/null
+++ b/textproc/p5-XML-SAX-Expat/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2013-11-08 19:55:12.000000000 +0800
++++ Makefile.PL 2013-11-08 19:55:54.000000000 +0800
+@@ -36,7 +36,7 @@ sub MY::install {
+ $script .= <<"INSTALL";
+
+ install_sax_expat :
+-\t\@\$(PERL) -I\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
++\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+
+ INSTALL
+ } else {