diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-10 17:19:48 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-10 17:19:48 +0000 |
commit | fe4d636e3948134f121e099837c56176f5f3b8de (patch) | |
tree | f14143e69b363d2ce667bcbd46ed393565201660 /games | |
parent | 51de8ea30b1b1fec26a344fc488623761903ef7e (diff) |
Notes
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 |