diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:52 +0000 |
commit | d2a1a8b7bf4967a7c081cca8abb00becc08a30aa (patch) | |
tree | 49ea133874748b4b2418bec3ed83efa6826587c6 /games | |
parent | 2ffa0bbce4728a0dafad35636edf9b92b799cfd2 (diff) | |
download | ports-d2a1a8b7bf4967a7c081cca8abb00becc08a30aa.tar.gz ports-d2a1a8b7bf4967a7c081cca8abb00becc08a30aa.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/bloboats/Makefile | 2 | ||||
-rw-r--r-- | games/ctris/Makefile | 2 | ||||
-rw-r--r-- | games/filters/Makefile | 2 | ||||
-rw-r--r-- | games/textmaze/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index 162b669adf99..9f0252d2fc6f 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.0.2 PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Boat racing game in the spirit of Elasto Mania or X-Moto diff --git a/games/ctris/Makefile b/games/ctris/Makefile index 6a5cd340006b..6853ccab77f2 100644 --- a/games/ctris/Makefile +++ b/games/ctris/Makefile @@ -5,7 +5,7 @@ PORTNAME= ctris PORTVERSION= 0.42 CATEGORIES= games MASTER_SITES= http://www.hackl.dhs.org/data/download/files/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Colorized, small, and flexible Tetris(TM)-clone for the console diff --git a/games/filters/Makefile b/games/filters/Makefile index 3a19030ba89b..9aad4e88592d 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -5,7 +5,7 @@ PORTNAME= filters PORTVERSION= 2.53 CATEGORIES= games perl5 MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/filters/ \ - CRITICAL + LOCAL/ehaupt DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 533b541337f6..d57f626326cc 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -5,7 +5,7 @@ PORTNAME= textmaze PORTVERSION= 1.2 CATEGORIES= games perl5 MASTER_SITES= http://www.robobunny.com/projects/textmaze/ \ - CRITICAL + LOCAL/ehaupt DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org |