Ticket #14854: Portfile.diff
File Portfile.diff, 656 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 91 91 --without-perl 92 92 configure.args-append \ 93 93 --with-perl=${prefix}/bin/perl 94 post-destroot { 95 foreach packlist [exec find ${destroot} -name .packlist] { 96 ui_info "Fixing packlist ${packlist}" 97 reinplace "s|${destroot}||" ${packlist} 98 } 99 foreach badfile [exec find ${destroot} -name perllocal.pod] { 100 ui_info "Removing ${badfile}" 101 file delete ${badfile} 102 } 103 } 94 104 } 95 105 96 106 variant gs description {Include Ghostscript library support} {