diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2014-03-04 04:46:34 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2014-03-04 04:46:34 +0800 |
commit | 441c32ca908c78a443f77b009d59afb898645855 (patch) | |
tree | dcbaf095266d50a0b412a30e2eb0a26c7963d5aa /games/sudoku | |
parent | d0ac0d903285d22913fc0d4014b5155093610fd9 (diff) | |
download | freebsd-ports-graphics-441c32ca908c78a443f77b009d59afb898645855.tar.gz freebsd-ports-graphics-441c32ca908c78a443f77b009d59afb898645855.tar.zst freebsd-ports-graphics-441c32ca908c78a443f77b009d59afb898645855.zip |
- Reassign to the heap due to mail bounces
With hat: portmgr
Diffstat (limited to 'games/sudoku')
-rw-r--r-- | games/sudoku/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sudoku/Makefile b/games/sudoku/Makefile index 6121e8b5792..e4230b1e5f4 100644 --- a/games/sudoku/Makefile +++ b/games/sudoku/Makefile @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://chipstips.com/download/ EXTRACT_SUFX= .tbz -MAINTAINER= sterling@camdensoftware.com +MAINTAINER= ports@FreeBSD.org COMMENT= Console based Sudoku games USE_BZIP2= yes |