git: 337c6aaa1c3c - main - x11-wm/transset: set LICENSE knobs and drop GNU_CONFIGURE_MANPREFIX

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Sat, 18 May 2024 06:06:45 UTC
The branch main has been updated by danfe:

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

commit 337c6aaa1c3cdb3038a3296befb88a68e62cfea2
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-05-18 06:06:12 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-05-18 06:06:12 +0000

    x11-wm/transset: set LICENSE knobs and drop GNU_CONFIGURE_MANPREFIX
    
    ... which is the default manpage location as of commit 9fd7ee1cdf6c.
    
    PR:             279113 (modified)
    Submitted by:   Chris Hutchinson
---
 x11-wm/transset/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-wm/transset/Makefile b/x11-wm/transset/Makefile
index 14cbf0e9f699..8c47e79e88e3 100644
--- a/x11-wm/transset/Makefile
+++ b/x11-wm/transset/Makefile
@@ -8,11 +8,12 @@ MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Make your windows transparent
 WWW=		https://forchheimer.se/transset-df/
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xorgproto
 
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-
 PLIST_FILES=	bin/transset share/man/man1/transset.1.gz
 
 .include <bsd.port.mk>