diff options
Diffstat (limited to 'games/omega/Makefile')
-rw-r--r-- | games/omega/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/omega/Makefile b/games/omega/Makefile index a77f6a43b0e1..89c94899c7c2 100644 --- a/games/omega/Makefile +++ b/games/omega/Makefile @@ -2,11 +2,12 @@ PORTNAME= omega PORTVERSION= 0.90.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.alcyone.com/binaries/omega/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= r7st.guru@gmail.com COMMENT= Complex rogue-style game of dungeon exploration USES= gmake ncurses |