diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-11-20 22:22:24 +0800 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-11-20 22:22:24 +0800 |
commit | d97da7ba88923aff8d62a04864dd9a6b9ff3d105 (patch) | |
tree | 9a25fcaf14d119cda9847df3e391d10240447db3 /games | |
parent | b9287b804148acc9fa2786a87e3a9f82c008caee (diff) | |
download | freebsd-ports-gnome-d97da7ba88923aff8d62a04864dd9a6b9ff3d105.tar.gz freebsd-ports-gnome-d97da7ba88923aff8d62a04864dd9a6b9ff3d105.tar.zst freebsd-ports-gnome-d97da7ba88923aff8d62a04864dd9a6b9ff3d105.zip |
Take maintainership. As a die-hard fan of nethack I can give this port a
good home.
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 41025c96e3d1..a3462c940ec1 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wxs@FreeBSD.org COMMENT= A dungeon explorin', slashin', hackin' game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |