diff options
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 |