Modified: trunk/dports/perl/p5-xml-sax/Portfile (87316 => 87317)
--- trunk/dports/perl/p5-xml-sax/Portfile 2011-11-17 00:33:45 UTC (rev 87316)
+++ trunk/dports/perl/p5-xml-sax/Portfile 2011-11-17 00:55:03 UTC (rev 87317)
@@ -5,7 +5,7 @@
PortGroup perl5 1.0
perl5.setup XML-SAX 0.96
-revision 3
+revision 4
maintainers nomaintainer
license {Artistic GPL}
categories-append textproc
@@ -28,7 +28,7 @@
post-activate {
if {! [file isfile ${perl5.lib}/XML/SAX/ParserDetails.ini]} {
- system {perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"}
+ system {${perl5.bin} -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"}
}
}
}