aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2024-10-29 12:59:05 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2024-10-29 13:14:39 +0000
commitab6304e314b6d17d5103606e138cf4b9d2a6e24b (patch)
tree388d4ac059c2b1ae0b64d3dee390ad4ad7e2c286
parent1aca3f0c4442468732ae8a2dc1aae8495a78e828 (diff)
downloadports-ab6304e314b6d17d5103606e138cf4b9d2a6e24b.tar.gz
ports-ab6304e314b6d17d5103606e138cf4b9d2a6e24b.zip
devel/mm: Update license
The OSSP project uses a customized version of the BSD-4-Clause license making the use of this license pattern irrelevant. Update it to keep the correct permissions granted by the OSSP license without confusing the user pretending this is a BSD one. PR: 281423 Reported by: <nabijaczleweli@nabijaczleweli.xyz>
-rw-r--r--devel/mm/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/mm/Makefile b/devel/mm/Makefile
index f19ef325b544..0fbdf2c6932a 100644
--- a/devel/mm/Makefile
+++ b/devel/mm/Makefile
@@ -8,13 +8,15 @@ MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Shared memory allocation library for pre-forked process models
WWW= http://www.ossp.org/pkg/lib/mm/
-LICENSE= BSD4CLAUSE
+LICENSE= UNKNOWN
+LICENSE_NAME= unknown
LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-USES= libtool
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+USES= libtool
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."