Revision: 71089 http://trac.macports.org/changeset/71089 Author: ryandesign@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
participants (1)
-
ryandesign@macports.org