Ticket #28723: p5-css-patch-Portfile.diff

File p5-css-patch-Portfile.diff, 635 bytes (added by ejshamow@…, 13 years ago)
  • Portfile

     
    2424
    2525post-configure {
    2626    ui_debug "Recompiling CSS::Parse::CompiledGrammar (see https://rt.cpan.org/Public/Bug/Display.html?id=53948)"
    27     system "${prefix}/bin/perl -I${worksrcpath} ${filespath}/build-grammar.pl"
    28     move -force CompiledGrammar.pm ${worksrcpath}/CSS/Parse
     27    system "cd ${worksrcpath} && ${prefix}/bin/perl -I${worksrcpath} ${filespath}/build-grammar.pl"
     28    move -force ${worksrcpath}/CompiledGrammar.pm ${worksrcpath}/CSS/Parse
    2929}
    3030
    3131post-destroot {