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

ryandesign at macports.org ryandesign at macports.org
Wed Feb 13 20:40:41 PST 2008


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

Log Message:
-----------
libsvm: install documentation into a versioned directory; see #14310

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

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2008-02-14 04:39:31 UTC (rev 34116)
+++ trunk/dports/math/libsvm/Portfile	2008-02-14 04:40:40 UTC (rev 34117)
@@ -4,7 +4,7 @@
 
 name			libsvm
 version			2.85
-revision		1
+revision		2
 
 categories		math
 maintainers		florian.ebeling at gmail.com
@@ -33,7 +33,7 @@
 
     ln -sf ${name}.${libver}.dylib ${destroot}${prefix}/lib/${name}.dylib
 
-    set docs ${destroot}${prefix}/share/doc/${name}
+    set docs ${destroot}${prefix}/share/doc/${name}-${version}
     xinstall -m 755 -d ${docs}
     xinstall -m 644 -W ${worksrcpath} COPYRIGHT README FAQ.html ${docs}
 }

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


More information about the macports-changes mailing list