New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80305


Ignore:
Timestamp:
07/08/11 16:54:05 (4 years ago)
Author:
ryandesign@…
Message:

ld64: copy distfiles; don't rename them because that forces the user to download them again every time they install the port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/ld64/Portfile

    r80302 r80305  
    9393        file mkdir ${workpath}/libunwind/include/mach-o/arm 
    9494        file rename ${workpath}/libunwind/src ${workpath}/libunwind/include/libunwind 
    95         file rename ${distpath}/dyld_priv.h ${workpath}/libunwind/include/mach-o/ 
    96         file rename ${distpath}/reloc.h ${workpath}/libunwind/include/mach-o/arm/ 
     95        copy ${distpath}/dyld_priv.h ${workpath}/libunwind/include/mach-o/ 
     96        copy ${distpath}/reloc.h ${workpath}/libunwind/include/mach-o/arm/ 
    9797        reinplace "s|/usr/share/man/man1|${prefix}/share/man/man1|g" \ 
    9898            ${worksrcpath}/ld64.xcodeproj/project.pbxproj 
Note: See TracChangeset for help on using the changeset viewer.