[80923] trunk/dports/lang/g95/Portfile

takeshi at macports.org takeshi at macports.org
Wed Jul 20 19:40:55 PDT 2011


Revision: 80923
          http://trac.macports.org/changeset/80923
Author:   takeshi at macports.org
Date:     2011-07-20 19:40:54 -0700 (Wed, 20 Jul 2011)
Log Message:
-----------
g95: use Tcl ln procedure in place of shell out. cf. #30195

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

Modified: trunk/dports/lang/g95/Portfile
===================================================================
--- trunk/dports/lang/g95/Portfile	2011-07-21 02:32:29 UTC (rev 80922)
+++ trunk/dports/lang/g95/Portfile	2011-07-21 02:40:54 UTC (rev 80923)
@@ -73,7 +73,7 @@
 }
 
 pre-patch {
-    system "cd ${worksrcpath}; ln -s ../gcc-${version_gcc} gcc-${version_gcc}"
+    ln -s ${workpath}/gcc-${version_gcc} ${worksrcpath}
 }
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110720/1ef8399f/attachment-0001.html>


More information about the macports-changes mailing list