diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-02-02 01:06:39 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-02-02 01:06:39 +0800 |
commit | 6f8c6dc7d3721823ee9283e8642e1e3fa74646bf (patch) | |
tree | c838a4f84774905cf5d68e5e8463d178efd66afb /games | |
parent | 93731d94ee392a8567ec2cf0b066a72bd95d1e3a (diff) | |
download | freebsd-ports-gnome-6f8c6dc7d3721823ee9283e8642e1e3fa74646bf.tar.gz freebsd-ports-gnome-6f8c6dc7d3721823ee9283e8642e1e3fa74646bf.tar.zst freebsd-ports-gnome-6f8c6dc7d3721823ee9283e8642e1e3fa74646bf.zip |
- Fix fetch and undeprecate bu using frugalware mirrors
PR: 175550
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/viruskiller/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/viruskiller/Makefile b/games/viruskiller/Makefile index fa1b426d050f..87f4a6c20f31 100644 --- a/games/viruskiller/Makefile +++ b/games/viruskiller/Makefile @@ -5,15 +5,12 @@ PORTNAME= viruskiller PORTVERSION= 1.03 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://www.parallelrealities.co.uk/download/viruskiller/ +MASTER_SITES= FRUGALWARE/games-extra/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= ports@FreeBSD.org COMMENT= An arcade game that relies on quick reflexes -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - LICENSE= GPLv2 USE_SDL= mixer image ttf net |