diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 03:27:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 03:27:34 +0800 |
commit | 1e24895eb92fd76244f5b10d1ec5f0aa3459ee70 (patch) | |
tree | 973c61950622ff561b5cae84c526ca059e7765d1 /games | |
parent | 12fd604939a110c79684c9ab5bbe975b98a4cf62 (diff) | |
download | freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.gz freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.zst freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.zip |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'games')
-rw-r--r-- | games/bloboats/Makefile | 3 | ||||
-rw-r--r-- | games/filters/Makefile | 3 | ||||
-rw-r--r-- | games/textmaze/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index 3f742cb6ad81..31889ab8862e 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -12,8 +12,7 @@ CATEGORIES= games MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \ http://koti.mbnet.fi/makegho/c/blobtrox/ \ http://shoebox.ath.cx/~make/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A boat racing game in the spirit of Elasto Mania or X-Moto diff --git a/games/filters/Makefile b/games/filters/Makefile index 156fdf3c7c91..d50fe13d497e 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -9,8 +9,7 @@ PORTNAME= filters PORTVERSION= 2.43 CATEGORIES= games perl5 MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/filters/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 2a4bb039fffe..bb656e8571d3 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -10,8 +10,7 @@ PORTNAME= textmaze PORTVERSION= 1.2 CATEGORIES= games perl5 MASTER_SITES= http://www.robobunny.com/projects/textmaze/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org |