aboutsummaryrefslogtreecommitdiff
path: root/science/libsvm
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-10-12 10:56:12 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-10-12 15:01:38 +0000
commitae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 (patch)
tree4747a7134a94cc32a8fd0c2486c70da30fe53489 /science/libsvm
parent532de2c4c6015e08bafd5b8e04a38aba3a013b05 (diff)
downloadports-ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1.tar.gz
ports-ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1.zip
*: Clean up some things
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
Diffstat (limited to 'science/libsvm')
-rw-r--r--science/libsvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libsvm/Makefile b/science/libsvm/Makefile
index b8b2dabf400c..bd24f5eaf149 100644
--- a/science/libsvm/Makefile
+++ b/science/libsvm/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= science math
MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/libsvm/ \
http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/
-MAINTAINER= iblis@hs.ntnu.edu.tw
+MAINTAINER?= iblis@hs.ntnu.edu.tw
COMMENT= Library for Support Vector Machines
LICENSE= BSD3CLAUSE