diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2023-12-09 11:44:52 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2023-12-09 11:45:29 +0000 |
commit | 2916b36f1197eb954e2e64af7c6f34cde795be1d (patch) | |
tree | dec02d03b95b2fd0e79f631e0bdf17a5c2773ad2 | |
parent | 0232b1a47414aad81f3e54911bfebaa2222ba8fc (diff) |
sysutils/conky*: Back to pool
-rw-r--r-- | sysutils/conky-awesome/Makefile | 2 | ||||
-rw-r--r-- | sysutils/conky/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 967b3694f0ba..afb86d1e0dd5 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -1,6 +1,6 @@ PKGNAMESUFFIX= -awesome -MAINTAINER= madpilot@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Advanced, highly configurable system monitor (configured for x11-wm/awesome) MASTERDIR= ${.CURDIR}/../conky diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 03dbd6a398a8..a3c229bee330 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.19.6 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= madpilot@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Advanced, highly configurable system monitor for X11 WWW= https://github.com/brndnmtthws/conky |