[82837] trunk/dports/perl/p5-css/Portfile

jmr at macports.org jmr at macports.org
Sat Aug 20 19:14:34 PDT 2011


Revision: 82837
          http://trac.macports.org/changeset/82837
Author:   jmr at macports.org
Date:     2011-08-20 19:14:32 -0700 (Sat, 20 Aug 2011)
Log Message:
-----------
p5-css: use perl5.bin

Modified Paths:
--------------
    trunk/dports/perl/p5-css/Portfile

Modified: trunk/dports/perl/p5-css/Portfile
===================================================================
--- trunk/dports/perl/p5-css/Portfile	2011-08-21 01:57:57 UTC (rev 82836)
+++ trunk/dports/perl/p5-css/Portfile	2011-08-21 02:14:32 UTC (rev 82837)
@@ -25,7 +25,7 @@
 
 post-configure {
     ui_debug "Recompiling CSS::Parse::CompiledGrammar (see https://rt.cpan.org/Public/Bug/Display.html?id=53948)"
-    system "cd ${worksrcpath} && ${prefix}/bin/perl -I${worksrcpath} ${filespath}/build-grammar.pl"
+    system "cd ${worksrcpath} && ${perl5.bin} -I${worksrcpath} ${filespath}/build-grammar.pl"
     move -force ${worksrcpath}/CompiledGrammar.pm ${worksrcpath}/CSS/Parse
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110820/b3010d62/attachment-0001.html>


More information about the macports-changes mailing list