From 8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 12 Jan 2016 14:33:21 +0000 Subject: Add Public Domain support to ports license framework. You can now use LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149 --- math/mumps/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'math') diff --git a/math/mumps/Makefile b/math/mumps/Makefile index c0aebf377785..db6878ecde5b 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -14,10 +14,8 @@ DISTNAME= MUMPS_${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver -LICENSE= Public_Domain -LICENSE_NAME= "Public Domain" +LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept #----------------------------------------------------------------------- -- cgit