Ticket #28638: patch-Portfile.diff
File patch-Portfile.diff, 635 bytes (added by pixilla (Bradley Giesbrecht), 14 years ago) |
---|
-
Portfile
24 24 25 25 post-configure { 26 26 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/Parse27 system "cd ${worksrcpath} && ${prefix}/bin/perl -I${worksrcpath} ${filespath}/build-grammar.pl" 28 move -force ${worksrcpath}/CompiledGrammar.pm ${worksrcpath}/CSS/Parse 29 29 } 30 30 31 31 post-destroot {