aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mbgtools
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2018-01-12 19:48:59 +0800
committerpi <pi@FreeBSD.org>2018-01-12 19:48:59 +0800
commitad8a602d24385f9abdf8f7f748d2889261557041 (patch)
tree611ccd35820fbe1fcbb8d8e8019ef3d91d3b6494 /sysutils/mbgtools
parentc3c8b4c5b712f4abc6cd1aad838027e2c1a74e82 (diff)
downloadfreebsd-ports-gnome-ad8a602d24385f9abdf8f7f748d2889261557041.tar.gz
freebsd-ports-gnome-ad8a602d24385f9abdf8f7f748d2889261557041.tar.zst
freebsd-ports-gnome-ad8a602d24385f9abdf8f7f748d2889261557041.zip
sysutils/mbgtools: Fix license information and portlint warnings
PR: 222571 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: gnn (maintainer timeout)
Diffstat (limited to 'sysutils/mbgtools')
-rw-r--r--sysutils/mbgtools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/mbgtools/Makefile b/sysutils/mbgtools/Makefile
index 0a50256aa318..5767ccb9178b 100644
--- a/sysutils/mbgtools/Makefile
+++ b/sysutils/mbgtools/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.meinberg.de/download/drivers/
MAINTAINER= gnn@FreeBSD.org
COMMENT= Drivers and tools for Meinberg PTP/GPS cards
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
BROKEN_aarch64= fails to compile: unused variables
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
@@ -17,8 +17,7 @@ BROKEN_mips64= fails to compile: unused variables
BROKEN_powerpc64= fails to compile: warning: mbg_dbg_data defined but not used
BROKEN_sparc64= fails to compile: error in structure definitions
-USE_RC_SUBR= mbgsvcd
-
USES= kmod uidfix
+USE_RC_SUBR= mbgsvcd
.include <bsd.port.mk>