[29109] trunk/dports/lang/tcl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 15 00:07:14 PDT 2007


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

Log Message:
-----------
Remove "cd" usage

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

Modified: trunk/dports/lang/tcl/Portfile
===================================================================
--- trunk/dports/lang/tcl/Portfile	2007-09-15 07:03:31 UTC (rev 29108)
+++ trunk/dports/lang/tcl/Portfile	2007-09-15 07:07:13 UTC (rev 29109)
@@ -31,10 +31,8 @@
 
 destroot.destdir  INSTALL_ROOT=${destroot}
 post-destroot {
-  cd ${destroot}${prefix}/bin
-  ln -s ${prefix}/bin/tclsh8.4 tclsh
-  cd ${destroot}${prefix}/lib
-  ln -s ${prefix}/lib/libtcl8.4.dylib libtcl.dylib
+  ln -s ${prefix}/bin/tclsh8.4 ${destroot}/${prefix}/bin/tclsh
+  ln -s ${prefix}/lib/libtcl8.4.dylib ${destroot}/${prefix}/lib/libtcl.dylib
 }
 
 # Files with failing tests: socket.test

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


More information about the macports-changes mailing list