[34116] trunk/dports/math/libsvm/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Feb 13 20:39:32 PST 2008


Revision: 34116
          http://trac.macosforge.org/projects/macports/changeset/34116
Author:   ryandesign at macports.org
Date:     2008-02-13 20:39:31 -0800 (Wed, 13 Feb 2008)

Log Message:
-----------
libsvm: fix symlink; see #14310

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

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2008-02-14 04:38:13 UTC (rev 34115)
+++ trunk/dports/math/libsvm/Portfile	2008-02-14 04:39:31 UTC (rev 34116)
@@ -4,6 +4,7 @@
 
 name			libsvm
 version			2.85
+revision		1
 
 categories		math
 maintainers		florian.ebeling at gmail.com
@@ -30,8 +31,7 @@
     xinstall -m 644 -W ${worksrcpath} libsvm.a libsvm.${libver}.dylib ${destroot}${prefix}/lib
     xinstall -m 644 -W ${worksrcpath} svm.h ${destroot}${prefix}/include
 
-    ln -sf ${destroot}${prefix}/lib/${name}.${libver}.dylib \
-                   ${destroot}${prefix}/lib/${name}.dylib
+    ln -sf ${name}.${libver}.dylib ${destroot}${prefix}/lib/${name}.dylib
 
     set docs ${destroot}${prefix}/share/doc/${name}
     xinstall -m 755 -d ${docs}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080213/4b612773/attachment.html


More information about the macports-changes mailing list