[90560] trunk/dports/math/pari/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 8 17:45:35 PST 2012


Revision: 90560
          http://trac.macports.org/changeset/90560
Author:   ryandesign at macports.org
Date:     2012-03-08 17:45:34 -0800 (Thu, 08 Mar 2012)
Log Message:
-----------
pari: no need to use "system" just to create a symlink

Modified Paths:
--------------
    trunk/dports/math/pari/Portfile

Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile	2012-03-08 23:34:53 UTC (rev 90559)
+++ trunk/dports/math/pari/Portfile	2012-03-09 01:45:34 UTC (rev 90560)
@@ -72,7 +72,7 @@
     file mkdir ${docdir}
     xinstall -m 644 -v -W ${worksrcpath} \
         AUTHORS CHANGES COPYING ${docdir}
-    system "ln -s ../../${name}/doc ${docdir}/doc"
+    ln -s ../../${name}/doc ${docdir}/doc
     if {[variant_isset doc]} {
         if {[variant_isset universal]} {
             xinstall -m 644 -v -W ${worksrcpath}-${os.arch}/doc \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120308/f159cf81/attachment.html>


More information about the macports-changes mailing list