summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--science/liblinear/Makefile2
-rw-r--r--science/libsvm/Makefile2
-rw-r--r--science/minc2/Makefile2
-rw-r--r--science/py-h5py/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/science/liblinear/Makefile b/science/liblinear/Makefile
index b78536b92738..e818c8e1a311 100644
--- a/science/liblinear/Makefile
+++ b/science/liblinear/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= rafan@FreeBSD.org
COMMENT= Library for Large Linear Classification
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS
diff --git a/science/libsvm/Makefile b/science/libsvm/Makefile
index 05617e10f9b0..438d9067c8b2 100644
--- a/science/libsvm/Makefile
+++ b/science/libsvm/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= rafan@FreeBSD.org
COMMENT= Library for Support Vector Machines
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS
diff --git a/science/minc2/Makefile b/science/minc2/Makefile
index e13e482e0fcb..3a2c01dfc7a9 100644
--- a/science/minc2/Makefile
+++ b/science/minc2/Makefile
@@ -12,7 +12,7 @@ PKGNAMESUFFIX= 2
MAINTAINER= ports@FreeBSD.org
COMMENT= Medical Imaging NetCDF
-LICENSE= BSD
+LICENSE= MIT
LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 \
libnetcdf.so:${PORTSDIR}/science/netcdf
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index 2c13436227b4..1119cb3d9371 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xmj@chaot.net
COMMENT= General-purpose Python interface to the HDF5 library
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYNUMPY} \
cython:${PORTSDIR}/lang/cython