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/starfighter | |
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/starfighter')
-rw-r--r-- | games/starfighter/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |