[75939] trunk/dports/science/arb/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Feb 13 00:17:31 PST 2011


Revision: 75939
          http://trac.macports.org/changeset/75939
Author:   ryandesign at macports.org
Date:     2011-02-13 00:17:29 -0800 (Sun, 13 Feb 2011)
Log Message:
-----------
arb: don't use "system" just to create symlinks; see #28276

Modified Paths:
--------------
    trunk/dports/science/arb/Portfile

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2011-02-13 08:14:38 UTC (rev 75938)
+++ trunk/dports/science/arb/Portfile	2011-02-13 08:17:29 UTC (rev 75939)
@@ -103,8 +103,8 @@
                         system "chmod a+w ${destroot}${prefix}/share/arb/lib/arb_tcp.dat"
                         system "chmod a+w ${destroot}${prefix}/share/arb/lib/pts"
                         system "chmod a+w ${destroot}${prefix}/share/arb/lib/macros"
-                        system "ln -s ${prefix}/bin/arb_pt_server ${destroot}${prefix}/share/arb/bin/arb_pt_server"
-                        system "ln -s ${prefix}/bin/arb_name_server ${destroot}${prefix}/share/arb/bin/arb_name_server"
+                        ln -s ${prefix}/bin/arb_pt_server ${destroot}${prefix}/share/arb/bin/arb_pt_server
+                        ln -s ${prefix}/bin/arb_name_server ${destroot}${prefix}/share/arb/bin/arb_name_server
 }
                         
 post-activate           {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110213/a0b715cb/attachment.html>


More information about the macports-changes mailing list