diff options
author | wxs <wxs@FreeBSD.org> | 2011-06-01 02:15:09 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-06-01 02:15:09 +0800 |
commit | adf56a16c86141f5ff97bfbec9326f6267827ba6 (patch) | |
tree | ceb8ed3d8cc82add32369e4c719538848d2b965b /games | |
parent | de8e6cab63f21a51eb554ef4fed689002b079aca (diff) | |
download | freebsd-ports-graphics-adf56a16c86141f5ff97bfbec9326f6267827ba6.tar.gz freebsd-ports-graphics-adf56a16c86141f5ff97bfbec9326f6267827ba6.tar.zst freebsd-ports-graphics-adf56a16c86141f5ff97bfbec9326f6267827ba6.zip |
- Pass maintainer to submitter of previous PR. Greg is the maintainer of
the other nethack ports. These are going to a good home!
Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 1fdd7dcc162..0e1f16a60c2 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src EXTRACT_SUFX= .tgz -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= glewis@eyesbeyond.com COMMENT= A dungeon explorin', slashin', hackin' game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |