[29110] trunk/dports/x11/tk/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 15 00:10:30 PDT 2007


Revision: 29110
          http://trac.macosforge.org/projects/macports/changeset/29110
Author:   landonf at macports.org
Date:     2007-09-15 00:10:27 -0700 (Sat, 15 Sep 2007)

Log Message:
-----------
Remove deprecated 'cd' usage

Modified Paths:
--------------
    trunk/dports/x11/tk/Portfile

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2007-09-15 07:07:13 UTC (rev 29109)
+++ trunk/dports/x11/tk/Portfile	2007-09-15 07:10:27 UTC (rev 29110)
@@ -46,10 +46,8 @@
 }
 
 post-destroot {
-    cd ${destroot}${prefix}/bin
-    ln -s ${prefix}/bin/wish8.4 wish
-    cd ${destroot}${prefix}/lib
-    ln -s ${prefix}/lib/libtk8.4.dylib libtk.dylib
+    ln -s ${prefix}/bin/wish8.4 ${destroot}/${prefix}/bin/wish
+    ln -s ${prefix}/lib/libtk8.4.dylib ${destroot}/${prefix}/lib/libtk.dylib
     
     # For some reason the aqua variant installs old X11 headers -> delete
     if {[variant_isset aqua]} {

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


More information about the macports-changes mailing list