diff options
author | cs <cs@FreeBSD.org> | 2014-02-01 06:00:29 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2014-02-01 06:00:29 +0800 |
commit | b80a7a02119d897638e0bd3463cd44a594ffac6f (patch) | |
tree | e3482155ab9d4538747341577b7594198ec17b26 | |
parent | e4d12dab59acd97cb699cec3a68367da3131e410 (diff) | |
download | freebsd-ports-gnome-b80a7a02119d897638e0bd3463cd44a594ffac6f.tar.gz freebsd-ports-gnome-b80a7a02119d897638e0bd3463cd44a594ffac6f.tar.zst freebsd-ports-gnome-b80a7a02119d897638e0bd3463cd44a594ffac6f.zip |
Fix last patch where old maintainer was still there.
-rw-r--r-- | games/gnubg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index f263c5bc31a5..ae86a4f9e68c 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.c-s.li/ports/ \ http://files.gnubg.org/media/sources/ DISTFILES= gnubg-release-${PORTVERSION}-sources.tar.gz -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= cs@FreeBSD.org COMMENT= GNU Backgammon BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison |