[111049] trunk/dports/lang/smlnj/Portfile

cal at macports.org cal at macports.org
Fri Sep 13 17:16:21 PDT 2013


Revision: 111049
          https://trac.macports.org/changeset/111049
Author:   cal at macports.org
Date:     2013-09-13 17:16:21 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
smlnj: use Tcl ln rather than system "ln …"

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

Modified: trunk/dports/lang/smlnj/Portfile
===================================================================
--- trunk/dports/lang/smlnj/Portfile	2013-09-14 00:16:03 UTC (rev 111048)
+++ trunk/dports/lang/smlnj/Portfile	2013-09-14 00:16:21 UTC (rev 111049)
@@ -111,7 +111,7 @@
     foreach prog [glob -directory ${worksrcpath}/bin *] {
         set progname [file tail $prog]
         if {![string equal $progname sml]} {
-            system "ln -s sml ${destroot}${prefix}/bin/${progname}"
+            ln -s sml ${destroot}${prefix}/bin/${progname}
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/e7c60350/attachment.html>


More information about the macports-changes mailing list