aboutsummaryrefslogtreecommitdiff
path: root/science/libsvm
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-13 15:40:37 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-13 15:40:37 +0000
commit89e39444634879da6dde5f70187295c655bf62e3 (patch)
tree9b3aea54e7e6950f4e1009d0284387ec4e0808d6 /science/libsvm
parent75a9e643f4cf0284c10962246adebcccf6ce8f42 (diff)
downloadports-89e39444634879da6dde5f70187295c655bf62e3.tar.gz
ports-89e39444634879da6dde5f70187295c655bf62e3.zip
Notes
Diffstat (limited to 'science/libsvm')
-rw-r--r--science/libsvm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/libsvm/Makefile b/science/libsvm/Makefile
index a6c8a363dc43..46fa70fec47c 100644
--- a/science/libsvm/Makefile
+++ b/science/libsvm/Makefile
@@ -59,9 +59,9 @@ post-build:
.endif
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/svm-train ${PREFIX}/bin/
- ${INSTALL_PROGRAM} ${WRKSRC}/svm-predict ${PREFIX}/bin/
- ${INSTALL_PROGRAM} ${WRKSRC}/svm-scale ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/svm-train ${TARGETDIR}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/svm-predict ${TARGETDIR}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/svm-scale ${TARGETDIR}/bin/
.if defined(WITH_PYTHON)
${INSTALL_SCRIPT} ${WRKSRC}/python/svm.py ${PYTHON_SITELIBDIR}/
${INSTALL_PROGRAM} ${WRKSRC}/python/svmc.so ${PYTHON_SITELIBDIR}/