Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2021 11:07:58 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dd90a81c4bc0 - main - x11-fonts/fnt: Fix license
Message-ID:  <202112091107.1B9B7wvp020683@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd90a81c4bc0d3965c6e5ad887c8ef15c655602f

commit dd90a81c4bc0d3965c6e5ad887c8ef15c655602f
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-12-09 11:07:51 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-12-09 11:07:51 +0000

    x11-fonts/fnt: Fix license
---
 x11-fonts/fnt/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-fonts/fnt/Makefile b/x11-fonts/fnt/Makefile
index 1a46590e3fc6..1a7c491c7e6b 100644
--- a/x11-fonts/fnt/Makefile
+++ b/x11-fonts/fnt/Makefile
@@ -2,12 +2,14 @@
 
 PORTNAME=	fnt
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	x11-fonts sysutils
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Missing font manager for UNIX
 
-LICENSE=	GPLv3
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	bash:shells/bash \
 		chafa:graphics/chafa \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112091107.1B9B7wvp020683>