diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-04-17 03:15:45 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-04-17 03:15:45 +0000 |
commit | 04102a4be0af0b8f552ec3d1c85d9b3a2ae9c9ac (patch) | |
tree | 5ed3bafa0d9bb323fd8787c4b0f7e7f28aceb546 | |
parent | 3d701c86bf27d15961f152cacf0196e7cfc50ab0 (diff) | |
download | ports-04102a4be0af0b8f552ec3d1c85d9b3a2ae9c9ac.tar.gz ports-04102a4be0af0b8f552ec3d1c85d9b3a2ae9c9ac.zip |
Notes
-rw-r--r-- | games/gigalomania/Makefile | 2 | ||||
-rw-r--r-- | games/keeperrl/Makefile | 2 | ||||
-rw-r--r-- | games/linux-dwarffortress/Makefile | 2 | ||||
-rw-r--r-- | games/opendungeons/Makefile | 2 | ||||
-rw-r--r-- | games/quackle/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/games/gigalomania/Makefile b/games/gigalomania/Makefile index 717e26e3b8b9..03324e7674dd 100644 --- a/games/gigalomania/Makefile +++ b/games/gigalomania/Makefile @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= https://launchpad.net/gigalomania/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}src -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source 2D real time strategy god game USES= zip diff --git a/games/keeperrl/Makefile b/games/keeperrl/Makefile index c34f4585dac2..c6ca8bd93c31 100644 --- a/games/keeperrl/Makefile +++ b/games/keeperrl/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 0.0.${ALPHA_VERSION} PORTREVISION= 1 CATEGORIES= games -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ambitious dungeon builder with roguelike elements LICENSE= GPLv2 OFL11 diff --git a/games/linux-dwarffortress/Makefile b/games/linux-dwarffortress/Makefile index af68401513af..9eae7485d85a 100644 --- a/games/linux-dwarffortress/Makefile +++ b/games/linux-dwarffortress/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.bay12games.com/dwarves/ PKGNAMEPREFIX= linux- DISTNAME= df_${DISTVERSION:S|0.||:S|.|_|}_linux32 -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dwarven fortress building game with ASCII graphics (Linux version) LICENSE= BAY12 diff --git a/games/opendungeons/Makefile b/games/opendungeons/Makefile index 59865d5670e0..15da454087ce 100644 --- a/games/opendungeons/Makefile +++ b/games/opendungeons/Makefile @@ -4,7 +4,7 @@ PORTNAME= opendungeons PORTVERSION= 0.7.1 CATEGORIES= games -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source game inspired by Dungeon Keeper LICENSE= CC-BY-3.0 CC-BY-SA-3.0 CC0-1.0 GPLv3 MIT OFL11 diff --git a/games/quackle/Makefile b/games/quackle/Makefile index d0621aa1ed58..c938dce798ad 100644 --- a/games/quackle/Makefile +++ b/games/quackle/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= games -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Scrabble-like word game utilizing Qt4 LICENSE= GPLv3 |