git: 73182d47e75a - main - devel/safe-iop: fix LICENSE
Kevin Bowling
kbowling at FreeBSD.org
Tue Jun 15 16:10:18 UTC 2021
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/ports/commit/?id=73182d47e75a4f1082f75a9360a285b964f04e9b
commit 73182d47e75a4f1082f75a9360a285b964f04e9b
Author: Chris Hutchinson <portmaster at bsdforge.com>
AuthorDate: 2021-06-15 16:09:41 +0000
Commit: Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-06-15 16:09:41 +0000
devel/safe-iop: fix LICENSE
PR: 256619
Approved by: maintainer
---
devel/safe-iop/Makefile | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/devel/safe-iop/Makefile b/devel/safe-iop/Makefile
index 79af5053cebe..67b940cae2ee 100644
--- a/devel/safe-iop/Makefile
+++ b/devel/safe-iop/Makefile
@@ -7,13 +7,10 @@ CATEGORIES= devel
MAINTAINER= portmaster at BSDforge.com
COMMENT= Safe integer operation library for C
-# XXX
-# I use BSD1CLAUSE as defined in /usr/src/include/ifaddrs.h
-# but bsd.licenses.db.mk only has
-# BSD BSD0CLAUSE BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE - go figure
-# So fake it
-LICENSE= BSD2CLAUSE
+# as defined in /usr/src/include/ifaddrs.h
+LICENSE= BSD1CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USE_LDCONFIG= yes
ALL_TARGET= so
More information about the dev-commits-ports-all
mailing list