[71089] trunk/dports/textproc/expat/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 31 23:21:23 PDT 2010


Revision: 71089
          http://trac.macports.org/changeset/71089
Author:   ryandesign at macports.org
Date:     2010-08-31 23:21:22 -0700 (Tue, 31 Aug 2010)
Log Message:
-----------
expat: don't use system to create a symlink

Modified Paths:
--------------
    trunk/dports/textproc/expat/Portfile

Modified: trunk/dports/textproc/expat/Portfile
===================================================================
--- trunk/dports/textproc/expat/Portfile	2010-09-01 05:45:39 UTC (rev 71088)
+++ trunk/dports/textproc/expat/Portfile	2010-09-01 06:21:22 UTC (rev 71089)
@@ -49,8 +49,7 @@
     xinstall -m 0644 -W ${worksrcpath}/examples elements.c outline.c \
         ${examplesdir}
     
-    system "cd ${destroot}${prefix}/lib &&
-    ln -s libexpat.1.dylib libexpat.0.dylib"
+    ln -s libexpat.1.dylib ${destroot}${prefix}/lib/libexpat.0.dylib
 }
 
 livecheck.type      sourceforge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100831/ddd3b531/attachment.html>


More information about the macports-changes mailing list