Modified: trunk/dports/perl/p5-xml-sax/Portfile (87318 => 87319)
--- trunk/dports/perl/p5-xml-sax/Portfile 2011-11-17 01:00:50 UTC (rev 87318)
+++ trunk/dports/perl/p5-xml-sax/Portfile 2011-11-17 01:10:59 UTC (rev 87319)
@@ -28,7 +28,7 @@
post-activate {
if {! [file isfile ${perl5.lib}/XML/SAX/ParserDetails.ini]} {
- system {${perl5.bin} -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"}
+ system [concat ${perl5.bin} {-MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"}]
}
}
}