From 30b797956dfb40b78608a76af2e3ded1ad7e66f7 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 2 Nov 2014 15:26:22 +0000 Subject: [PATCH] Take maintainer. --- games/pokerth/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index b64cf773b18..292d8dc869e 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2014/07/09 09:40:49 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.28 2014/11/02 15:26:22 ajacoutot Exp $ COMMENT= texas hold'em poker game with online capabilities BROKEN-hppa = needs atomic ops @@ -8,11 +8,14 @@ V= 1.1.1 DISTNAME= PokerTH-${V}-src EXTRACT_SUFX= .tar.bz2 PKGNAME= pokerth-${V} +REVISION= 0 CATEGORIES= games x11 HOMEPAGE= http://www.pokerth.net/ +MAINTAINER= Antoine Jacoutot + # GPLv2 PERMIT_PACKAGE_CDROM= Yes