summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2025-06-23 13:40:35 +0200
committerNicola Vitale <nivit@FreeBSD.org>2025-06-23 13:40:35 +0200
commitb86148ca8187396820c819f692d6f4eba03dbb58 (patch)
tree988e2426d50eea3b4ad547ba5481de68a4f5a4ee
parentmath/libpoly: Correct license (diff)
x11/wlr-which-key: Take maintainership
- Pet portclippy
-rw-r--r--x11/wlr-which-key/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile
index e35d5a50c5c2..bddb529561ae 100644
--- a/x11/wlr-which-key/Makefile
+++ b/x11/wlr-which-key/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
CATEGORIES= x11 wayland
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nivit@FreeBSD.org
COMMENT= Keymap manager for wlroots-based compositors
WWW= https://github.com/MaxVerevkin/wlr-which-key
@@ -14,8 +14,9 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cargo gnome
USE_GITHUB= yes
-USE_GNOME= cairo pango
GH_ACCOUNT= MaxVerevkin
+USE_GNOME= cairo pango
+
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>