Revision: 119567 https://trac.macports.org/changeset/119567 Author: mmoll@macports.org Date: 2014-04-30 08:44:24 -0700 (Wed, 30 Apr 2014) Log Message: ----------- math/libsvm: fix typo Modified Paths: -------------- trunk/dports/math/libsvm/Portfile Modified: trunk/dports/math/libsvm/Portfile =================================================================== --- trunk/dports/math/libsvm/Portfile 2014-04-30 15:38:34 UTC (rev 119566) +++ trunk/dports/math/libsvm/Portfile 2014-04-30 15:44:24 UTC (rev 119567) @@ -4,7 +4,7 @@ PortSystem 1.0 name libsvm -epoch 2 +epoch 3 version 3.18 categories math maintainers hum openmaintainer @@ -27,7 +27,7 @@ patchfiles patch-Makefile.diff post-patch { - reinplace "s|../libsvm.so.2|${prefix}/libsvm.dylib|g" ${worksrcpath}/python/svm.py + reinplace "s|../libsvm.so.2|${prefix}/lib/libsvm.dylib|g" ${worksrcpath}/python/svm.py } use_configure no