aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-10 15:20:03 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-10 15:20:03 +0000
commit9ce750757ff8584f2e3217dceaebe461b7026bc1 (patch)
treeb4115b2e80a6cdeac17e39b885f1260bc7b892e0 /science
parentdaa5545d403ff0e0479233063d19851d139fe2dd (diff)
downloadports-9ce750757ff8584f2e3217dceaebe461b7026bc1.tar.gz
ports-9ce750757ff8584f2e3217dceaebe461b7026bc1.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/svmlight/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/svmlight/Makefile b/science/svmlight/Makefile
index 412d4369f549..a975e902aae6 100644
--- a/science/svmlight/Makefile
+++ b/science/svmlight/Makefile
@@ -31,7 +31,7 @@ do-install:
.endfor
${INSTALL_DATA} ${WRKSRC}/libsvmlight.* ${STAGEDIR}${PREFIX}/lib
${MV} ${STAGEDIR}${PREFIX}/lib/libsvmlight.so ${STAGEDIR}${PREFIX}/lib/libsvmlight.so.1
- ${LN} -s ${PREFIX}/lib/libsvmlight.so.1 ${STAGEDIR}${PREFIX}/lib/libsvmlight.so
+ ${LN} -s libsvmlight.so.1 ${STAGEDIR}${PREFIX}/lib/libsvmlight.so
# It's license request, do not remove
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${STAGEDIR}${DOCSDIR}