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/viruskiller | |
parent | 51de8ea30b1b1fec26a344fc488623761903ef7e (diff) | |
download | ports-fe4d636e3948134f121e099837c56176f5f3b8de.tar.gz ports-fe4d636e3948134f121e099837c56176f5f3b8de.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>
Notes
Notes:
svn path=/head/; revision=208747
Diffstat (limited to 'games/viruskiller')
-rw-r--r-- | games/viruskiller/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |