diff options
author | Tobias Rehbein <tobias.rehbein@web.de> | 2023-12-08 06:37:18 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-08 07:25:19 +0000 |
commit | 60bd3de506a7ebe13339f016f14aaaa5807c9a0d (patch) | |
tree | e91c884804c44e4d0b80250c6c2c74748920d00e | |
parent | 333ed15512d83a6624e6e376f6fecef3be37ccb2 (diff) |
games/pokerth: Return to pool
PR: 275617
Approved by: submitter is maintainer
-rw-r--r-- | games/pokerth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 5a00f09b7bbb..e43bd1e3362c 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -8,7 +8,7 @@ PATCH_SITES= https://gitweb.gentoo.org/repo/gentoo.git/plain/games-board/pokerth https://raw.githubusercontent.com/gentoo/gentoo/master/games-board/pokerth/files/ PATCHFILES= pokerth-1.1.2-boost-1.73.patch:-p1 -MAINTAINER= tobias.rehbein@web.de +MAINTAINER= ports@FreeBSD.org COMMENT= Poker game written in C++/Qt WWW= https://www.pokerth.net/ |