Ticket #26406: perl5-1.0.tcl.diff

File perl5-1.0.tcl.diff, 553 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

uses reinplace -n in perl5 portgroup's post-destroot

  • _resources/port1.0/group/perl5-1.0.tcl

     
    104104        fs-traverse file ${destroot}${perl5.lib} {
    105105            if {[file tail ${file}] eq ".packlist"} {
    106106                ui_info "Fixing packlist ${file}"
    107                 reinplace "s|${destroot}||" ${file}
     107                reinplace -n "s|${destroot}||p" ${file}
    108108            }
    109109        }
    110110    }