[32947] trunk/dports/science/fastlink/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 15 04:14:23 PST 2008


Revision: 32947
          http://trac.macosforge.org/projects/macports/changeset/32947
Author:   ryandesign at macports.org
Date:     2008-01-15 04:14:22 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
fastlink: no longer use the deprecated 'cd' command

Modified Paths:
--------------
    trunk/dports/science/fastlink/Portfile

Modified: trunk/dports/science/fastlink/Portfile
===================================================================
--- trunk/dports/science/fastlink/Portfile	2008-01-15 12:10:40 UTC (rev 32946)
+++ trunk/dports/science/fastlink/Portfile	2008-01-15 12:14:22 UTC (rev 32947)
@@ -22,8 +22,7 @@
 build.target     installfast EXTRAFLAGS="-I${prefix}/include -I/usr/include -I/usr/include/malloc -L${prefix}/lib"
 
 destroot         {
-                 cd ${worksrcpath}
-                 xinstall -m 755 lodscore ilink linkmap mlink unknown ${destroot}${prefix}/bin
+                 xinstall -m 755 -W ${worksrcpath} lodscore ilink linkmap mlink unknown ${destroot}${prefix}/bin
                  xinstall -m 755 -d ${destroot}${prefix}/share/doc/fastlink
                  eval xinstall -m 444 [glob ${workpath}/fastlink/README.*] ${destroot}$prefix/share/doc/fastlink
                  eval xinstall -m 444 [glob ${workpath}/fastlink/*.ps] ${destroot}$prefix/share/doc/fastlink

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080115/0ac91d15/attachment.html


More information about the macports-changes mailing list