[87317] trunk/dports/perl/p5-xml-sax/Portfile

dports at macports.org dports at macports.org
Wed Nov 16 16:55:04 PST 2011


Revision: 87317
          http://trac.macports.org/changeset/87317
Author:   dports at macports.org
Date:     2011-11-16 16:55:03 -0800 (Wed, 16 Nov 2011)
Log Message:
-----------
p5-xml-sax: use correct perl in post-activate

Modified Paths:
--------------
    trunk/dports/perl/p5-xml-sax/Portfile

Modified: trunk/dports/perl/p5-xml-sax/Portfile
===================================================================
--- 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()"}
 	}
 }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111116/ad4e1029/attachment.html>


More information about the macports-changes mailing list