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

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 29 01:57:51 PDT 2007


Revision: 29556
          http://trac.macosforge.org/projects/macports/changeset/29556
Author:   ryandesign at macports.org
Date:     2007-09-29 01:57:51 -0700 (Sat, 29 Sep 2007)

Log Message:
-----------
tk: remove unneeded slashes introduced in r29110

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

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2007-09-29 07:33:53 UTC (rev 29555)
+++ trunk/dports/x11/tk/Portfile	2007-09-29 08:57:51 UTC (rev 29556)
@@ -46,8 +46,8 @@
 }
 
 post-destroot {
-    ln -s ${prefix}/bin/wish8.4 ${destroot}/${prefix}/bin/wish
-    ln -s ${prefix}/lib/libtk8.4.dylib ${destroot}/${prefix}/lib/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/20070929/89bd2309/attachment.html


More information about the macports-changes mailing list