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>
This commit is contained in:
Rodrigo Osorio 2024-10-29 13:59:05 +01:00
parent 1aca3f0c44
commit ab6304e314

View file

@ -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."