diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 21:41:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 21:41:19 +0800 |
commit | 36db75ad87c04edc55ab42e2ed66844d71cc090d (patch) | |
tree | 6c7c1e4aa525a9a3a4f7e296d91785fdfae2c4eb /net-mgmt | |
parent | 32e8124560f2412ee25a389a3cfd67544e31d286 (diff) | |
download | freebsd-ports-gnome-36db75ad87c04edc55ab42e2ed66844d71cc090d.tar.gz freebsd-ports-gnome-36db75ad87c04edc55ab42e2ed66844d71cc090d.tar.zst freebsd-ports-gnome-36db75ad87c04edc55ab42e2ed66844d71cc090d.zip |
Fix invalid license.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/riemann/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/riemann/Makefile b/net-mgmt/riemann/Makefile index ac2a80f4aa33..5292113e8f5c 100644 --- a/net-mgmt/riemann/Makefile +++ b/net-mgmt/riemann/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${POR MAINTAINER= dch@FreeBSD.org COMMENT= Monitors distributed systems -LICENSE= EPL APACHE20 CDDL MIT BSD3CLAUSE LGPL2+ BSD2CLAUSE GPLv2+ +LICENSE= EPL APACHE20 CDDL MIT BSD3CLAUSE LGPL20+ BSD2CLAUSE GPLv2+ LICENSE_COMB= multi USES= tar:bzip2 |