[41894] trunk/dports/gis/qlandkarte/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 11 17:41:59 PST 2008


Revision: 41894
          http://trac.macports.org/changeset/41894
Author:   ryandesign at macports.org
Date:     2008-11-11 17:41:58 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
qlandkarte: no need to use "system" to make a symlink

Modified Paths:
--------------
    trunk/dports/gis/qlandkarte/Portfile

Modified: trunk/dports/gis/qlandkarte/Portfile
===================================================================
--- trunk/dports/gis/qlandkarte/Portfile	2008-11-12 01:16:25 UTC (rev 41893)
+++ trunk/dports/gis/qlandkarte/Portfile	2008-11-12 01:41:58 UTC (rev 41894)
@@ -32,5 +32,5 @@
 destroot {
         xinstall -d ${destroot}${applications_dir}
         copy ${worksrcpath}/bin/${name}.app ${destroot}${applications_dir}
-        system "ln -s ${applications_dir}/${name}.app/Contents/MacOS/${name} ${destroot}${prefix}/bin"
+        ln -s ${applications_dir}/${name}.app/Contents/MacOS/${name} ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081111/8d4f1ee6/attachment.html>


More information about the macports-changes mailing list