diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-03-13 14:08:53 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-03-13 14:08:53 +0800 |
commit | 1ba4da420ca3289e5e555865e8e0a3710ee44bc2 (patch) | |
tree | 1121a736911085452f02ab526685e7525faca077 /games/bs | |
parent | 1f50a485e255eeb682d42b0085203a2ab55b4753 (diff) | |
download | freebsd-ports-gnome-1ba4da420ca3289e5e555865e8e0a3710ee44bc2.tar.gz freebsd-ports-gnome-1ba4da420ca3289e5e555865e8e0a3710ee44bc2.tar.zst freebsd-ports-gnome-1ba4da420ca3289e5e555865e8e0a3710ee44bc2.zip |
- Reassign to the heap
PR: ports/155507 ports/155508
Diffstat (limited to 'games/bs')
-rw-r--r-- | games/bs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 45486647175a..40e588fa0265 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.8 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bs/ -MAINTAINER= gjb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Battleships solitaire game with a color interface MAKE_ARGS= CC="${CC}" |