diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
commit | 4e74162b8bcdb96f237b8f8b8d2aea62c8f57faa (patch) | |
tree | 847e15354b955cd011a1e3b06cb5f7edb79a61fb /games/textmaze | |
parent | af5a7e53ea6040461cdb85ecb4bbbfc1ce7a7783 (diff) |
Notes
Diffstat (limited to 'games/textmaze')
-rw-r--r-- | games/textmaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index d3d14d883151..4408ea7fcb46 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games perl5 MASTER_SITES= http://www.robobunny.com/projects/textmaze/ DISTNAME= ${PORTNAME}_v${PORTVERSION} -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generates mazes on a text terminal and lets you traverse them RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses |