aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-05-18 06:06:12 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-05-18 06:06:12 +0000
commit337c6aaa1c3cdb3038a3296befb88a68e62cfea2 (patch)
treedc024b16fff36d5a06c36c3dedb7311902d07751
parent065f61c4c8b6023e7fd5ade1531d1e7145affad0 (diff)
downloadports-337c6aaa1c3cdb3038a3296befb88a68e62cfea2.tar.gz
ports-337c6aaa1c3cdb3038a3296befb88a68e62cfea2.zip
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
-rw-r--r--x11-wm/transset/Makefile5
1 files 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>