[80305] trunk/dports/devel/ld64/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 8 16:54:06 PDT 2011


Revision: 80305
          http://trac.macports.org/changeset/80305
Author:   ryandesign at macports.org
Date:     2011-07-08 16:54:05 -0700 (Fri, 08 Jul 2011)
Log Message:
-----------
ld64: copy distfiles; don't rename them because that forces the user to download them again every time they install the port

Modified Paths:
--------------
    trunk/dports/devel/ld64/Portfile

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2011-07-08 23:49:59 UTC (rev 80304)
+++ trunk/dports/devel/ld64/Portfile	2011-07-08 23:54:05 UTC (rev 80305)
@@ -92,8 +92,8 @@
         system "cd ${workpath} && ${svn.cmd} ${svn.pre_args} ${svn.method} ${svn.url}@${svn.revision}"
         file mkdir ${workpath}/libunwind/include/mach-o/arm
         file rename ${workpath}/libunwind/src ${workpath}/libunwind/include/libunwind
-        file rename ${distpath}/dyld_priv.h ${workpath}/libunwind/include/mach-o/
-        file rename ${distpath}/reloc.h ${workpath}/libunwind/include/mach-o/arm/
+        copy ${distpath}/dyld_priv.h ${workpath}/libunwind/include/mach-o/
+        copy ${distpath}/reloc.h ${workpath}/libunwind/include/mach-o/arm/
         reinplace "s|/usr/share/man/man1|${prefix}/share/man/man1|g" \
             ${worksrcpath}/ld64.xcodeproj/project.pbxproj
         reinplace "s|usr/share/man/man1|${prefix}/share/man/man1|g" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110708/791b1208/attachment.html>


More information about the macports-changes mailing list