Ticket #16045: llvm-gcc42_removecd.diff

File llvm-gcc42_removecd.diff, 608 bytes (added by blb@…, 16 years ago)

diff to Portfile to remove cd

  • Portfile

    old new  
    5454                        mandir=${destroot}${prefix}/share/man
    5555
    5656post-destroot {
    57   cd ${destroot}${prefix}
    58   file delete -force share/man/man7
    59   file delete -force share/info
    60   file delete -force bin/gccld
    61   file delete -force bin/gccas
     57  file delete -force ${destroot}${prefix}/share/man/man7
     58  file delete -force ${destroot}${prefix}/share/info
     59  file delete -force ${destroot}${prefix}/bin/gccld
     60  file delete -force ${destroot}${prefix}/bin/gccas
    6261}
    6362
    6463platform darwin {