[49333] trunk/dports

mcalhoun at macports.org mcalhoun at macports.org
Tue Apr 7 16:27:23 PDT 2009


Revision: 49333
          http://trac.macports.org/changeset/49333
Author:   mcalhoun at macports.org
Date:     2009-04-07 16:27:22 -0700 (Tue, 07 Apr 2009)
Log Message:
-----------
tcl/tk: Make soft links relative because it is a more common behavior.

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

Modified: trunk/dports/lang/tcl/Portfile
===================================================================
--- trunk/dports/lang/tcl/Portfile	2009-04-07 19:46:03 UTC (rev 49332)
+++ trunk/dports/lang/tcl/Portfile	2009-04-07 23:27:22 UTC (rev 49333)
@@ -35,8 +35,8 @@
 
 destroot.destdir  INSTALL_ROOT=${destroot}
 post-destroot {
-    ln -s ${prefix}/bin/tclsh8.5 ${destroot}${prefix}/bin/tclsh
-    ln -s ${prefix}/lib/libtcl8.5.dylib ${destroot}${prefix}/lib/libtcl.dylib
+    ln -s tclsh8.5 ${destroot}${prefix}/bin/tclsh
+    ln -s libtcl8.5.dylib ${destroot}${prefix}/lib/libtcl.dylib
 }
 
 # dont enable threads by default as Tcl uses thread-local storage which makes

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2009-04-07 19:46:03 UTC (rev 49332)
+++ trunk/dports/x11/tk/Portfile	2009-04-07 23:27:22 UTC (rev 49333)
@@ -47,8 +47,8 @@
 
 destroot.destdir    INSTALL_ROOT=${destroot}
 post-destroot {
-    ln -s ${prefix}/bin/wish8.5 ${destroot}${prefix}/bin/wish
-    ln -s ${prefix}/lib/libtk8.5.dylib ${destroot}${prefix}/lib/libtk.dylib
+    ln -s wish8.5 ${destroot}${prefix}/bin/wish
+    ln -s libtk8.5.dylib ${destroot}${prefix}/lib/libtk.dylib
 }
 
 variant quartz description {Use native Mac OS X UI instead of X11} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090407/5a9b0f83/attachment.html>


More information about the macports-changes mailing list