Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 15:42:32 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3c0bb8b8d52f - main - x11-fonts/tkfont: Use correct case for LICENSE
Message-ID:  <202105061542.146FgWvY034838@gitrepo.freebsd.org>

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

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

commit 3c0bb8b8d52fbd93b6ff8deec5215c32621420a0
Author:     Chris Hutchinson <portmaster@bsdforge.com>
AuthorDate: 2021-05-06 15:42:15 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-06 15:42:15 +0000

    x11-fonts/tkfont: Use correct case for LICENSE
    
    PR:     255627
---
 x11-fonts/tkfont/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-fonts/tkfont/Makefile b/x11-fonts/tkfont/Makefile
index e1749df67e8c..88c4d13de95d 100644
--- a/x11-fonts/tkfont/Makefile
+++ b/x11-fonts/tkfont/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES=	LOCAL/petef
 MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Tk based replacement for xfontsel
 
-license=	GPLv2
+LICENSE=	GPLv2
 
 USES+=		tk:run
 RUN_DEPENDS+=	xlsfonts:x11-fonts/xlsfonts



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