[84808] trunk/dports/devel/glib1/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 2 03:32:43 PDT 2011


Revision: 84808
          http://trac.macports.org/changeset/84808
Author:   ryandesign at macports.org
Date:     2011-10-02 03:32:43 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
glib1: don't use system just to make a symlink

Modified Paths:
--------------
    trunk/dports/devel/glib1/Portfile

Modified: trunk/dports/devel/glib1/Portfile
===================================================================
--- trunk/dports/devel/glib1/Portfile	2011-10-02 10:29:32 UTC (rev 84807)
+++ trunk/dports/devel/glib1/Portfile	2011-10-02 10:32:43 UTC (rev 84808)
@@ -74,9 +74,9 @@
                             --infodir=${prefix}/share/info
 
 post-destroot {
-    system "ln -sf libglib-1.2.0.0.10.dylib ${destroot}${prefix}/lib/libglib.1.dylib"
-    system "ln -sf libgmodule-1.2.0.0.10.dylib ${destroot}${prefix}/lib/libgmodule.1.dylib"
-    system "ln -sf libgthread-1.2.0.0.10.dylib ${destroot}${prefix}/lib/libgthread.1.dylib"
+    ln -s libglib-1.2.0.0.10.dylib ${destroot}${prefix}/lib/libglib.1.dylib
+    ln -s libgmodule-1.2.0.0.10.dylib ${destroot}${prefix}/lib/libgmodule.1.dylib
+    ln -s libgthread-1.2.0.0.10.dylib ${destroot}${prefix}/lib/libgthread.1.dylib
 }
 
 livecheck.type              regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111002/4c30311b/attachment.html>


More information about the macports-changes mailing list