diff options
Diffstat (limited to 'games/bsdtris')
-rw-r--r-- | games/bsdtris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bsdtris/Makefile b/games/bsdtris/Makefile index 17d371db2cbf..ef76aecd513b 100644 --- a/games/bsdtris/Makefile +++ b/games/bsdtris/Makefile @@ -1,6 +1,6 @@ # Ports collection makefile for: bsdtris # Date created: 01 Apr 2003 -# Whom: Yonatan <Yonatan@xpert.com> +# Whom: Yonatan <onatan@gmail.com> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTNAME= ${PORTNAME}-01092003 -MAINTAINER= yonatan@xpert.com +MAINTAINER= onatan@gmail.com COMMENT= BSD version of Text-based tetris game NO_WRKSUBDIR= yes |