diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-10-21 01:18:34 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-10-21 01:18:34 +0000 |
commit | 41b1d3b5549ec0b42054a4f7f9b07d5e4db8c5ff (patch) | |
tree | 61109c55181adde49cb7b39f0e94156fd04e094a /games/galaxis/Makefile | |
parent | cb514ea21136ed367c296b89d391ff664ce56988 (diff) | |
download | ports-41b1d3b5549ec0b42054a4f7f9b07d5e4db8c5ff.tar.gz ports-41b1d3b5549ec0b42054a4f7f9b07d5e4db8c5ff.zip |
- Update to 1.8
- Pass maintainership to submitter
PR: ports/151601
Submitted by: Glen Barber <gjb@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=263377
Diffstat (limited to 'games/galaxis/Makefile')
-rw-r--r-- | games/galaxis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index 3202998a7a05..80944a55522d 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -6,11 +6,11 @@ # PORTNAME= galaxis -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/galaxis/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gjb@FreeBSD.org COMMENT= Clone of the nifty little Macintosh game MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" |