expat: don't use system to create a symlink
--- 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