diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-10-20 15:58:12 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-10-20 15:58:12 +0000 |
commit | 366a97ec378567f23e179cc772f822ba4db8f104 (patch) | |
tree | e6aa68269518be8261903bc1ae16888c52befb1b /games/golly | |
parent | 18a779b5e598c7f13997e14a43b2f26ccadaa6bb (diff) |
Notes
Diffstat (limited to 'games/golly')
-rw-r--r-- | games/golly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/golly/Makefile b/games/golly/Makefile index 573d41a054af..8b5ee2c08f84 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -6,7 +6,7 @@ DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Conway's Game of Life and other cellular automata USES= compiler:c++11-lib cmake:outsource perl5 python |