diff options
author | jgh <jgh@FreeBSD.org> | 2015-04-01 10:45:21 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-04-01 10:45:21 +0800 |
commit | 09f6b0e746b21dc3c1cef79fa9e56ec01002104e (patch) | |
tree | 36dc97cccc62056898941e5a46e7f10ce851e22b /games | |
parent | 47bb41f290e633f3163e4055b8f96ae5c91b4491 (diff) | |
download | freebsd-ports-gnome-09f6b0e746b21dc3c1cef79fa9e56ec01002104e.tar.gz freebsd-ports-gnome-09f6b0e746b21dc3c1cef79fa9e56ec01002104e.tar.zst freebsd-ports-gnome-09f6b0e746b21dc3c1cef79fa9e56ec01002104e.zip |
- unbreak, add mirrors
MFH: 2015Q1
PR: 199057
Submitted by: lightside@gmx.com
Approved by: sec@42.org (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/xtris/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xtris/Makefile b/games/xtris/Makefile index f62a9f93e1ca..12ff0f014156 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -5,7 +5,9 @@ PORTNAME= xtris PORTVERSION= 1.15 PORTREVISION= 2 CATEGORIES= games ipv6 -MASTER_SITES= http://www.iagora.com/~espel/xtris/ \ +MASTER_SITES= http://ftp.netbsd.org/pub/pkgsrc/distfiles/ \ + http://ftp.uni-erlangen.de/mirrors/gentoo/distfiles/ \ + http://www.iagora.com/~espel/xtris/ \ ftp://quatramaran.ens.fr/pub/orabidoo/ PATCH_SITES= ftp://ftp.42.org/pub/orphan/ @@ -17,8 +19,6 @@ COMMENT= Multi-player version of a popular game for the X Window system LICENSE= GPLv2 -BROKEN= Does not fetch - RESTRICTED= Possible trademark infringement WRKSRC= ${WRKDIR}/xtris USE_XORG= x11 xext |