New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82837


Ignore:
Timestamp:
08/20/11 19:14:32 (4 years ago)
Author:
jmr@…
Message:

p5-css: use perl5.bin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-css/Portfile

    r82547 r82837  
    2626post-configure { 
    2727    ui_debug "Recompiling CSS::Parse::CompiledGrammar (see https://rt.cpan.org/Public/Bug/Display.html?id=53948)" 
    28     system "cd ${worksrcpath} && ${prefix}/bin/perl -I${worksrcpath} ${filespath}/build-grammar.pl" 
     28    system "cd ${worksrcpath} && ${perl5.bin} -I${worksrcpath} ${filespath}/build-grammar.pl" 
    2929    move -force ${worksrcpath}/CompiledGrammar.pm ${worksrcpath}/CSS/Parse 
    3030} 
Note: See TracChangeset for help on using the changeset viewer.