diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-03-11 01:19:48 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-03-11 01:19:48 +0800 |
commit | a6ea46f11d38c62d76dd09ffa0342d952f6e7f3e (patch) | |
tree | ba39677ad02ddb5593cdc3a18f95ec1536986443 /games | |
parent | 6bc336d6413a2ebec2fc35f6157276b03e051f78 (diff) | |
download | freebsd-ports-gnome-a6ea46f11d38c62d76dd09ffa0342d952f6e7f3e.tar.gz freebsd-ports-gnome-a6ea46f11d38c62d76dd09ffa0342d952f6e7f3e.tar.zst freebsd-ports-gnome-a6ea46f11d38c62d76dd09ffa0342d952f6e7f3e.zip |
- Use MASTER_SITE_(GENTOO/NETBSD) and other instead of FETCH_BEFORE_ARGS to
fetch from a PHP page.
Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/starfighter/Makefile | 5 | ||||
-rw-r--r-- | games/viruskiller/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index f82344306e31..b71e2f0d2dfe 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -9,13 +9,12 @@ PORTNAME= starfighter DISTVERSION= 1.1-1 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://www.parallelrealities.co.uk/download.php?proj=starfighter&type=zip&file= +MASTER_SITES= NETBSD \ + http://www.amdmi3.ru/distfiles/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Chris Bainfield is fighting for the freedom of the galaxy -FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} - USE_GMAKE= yes USE_SDL= image mixer sdl diff --git a/games/viruskiller/Makefile b/games/viruskiller/Makefile index 44200f16ebea..554c6de55968 100644 --- a/games/viruskiller/Makefile +++ b/games/viruskiller/Makefile @@ -9,7 +9,9 @@ PORTNAME= viruskiller DISTVERSION= 1.0-1 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.parallelrealities.co.uk/download.php?proj=viruskiller&type=zip&file= +MASTER_SITES= GENTOO \ + http://www.amdmi3.ru/distfiles/ +MASTER_SITE_SUBDIR= distfiles MAINTAINER= alepulver@FreeBSD.org COMMENT= An arcade game that relies on quick reflexes |