diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-21 06:13:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-21 06:13:00 +0800 |
commit | 1985f9df87f4e9ba039bc332195bf09743f78b96 (patch) | |
tree | f3e099962ab2ff4058db39270704ccd669f30e10 | |
parent | 3af25f26a351d3f1bceb10465d2afcddde0533f9 (diff) | |
download | freebsd-ports-gnome-1985f9df87f4e9ba039bc332195bf09743f78b96.tar.gz freebsd-ports-gnome-1985f9df87f4e9ba039bc332195bf09743f78b96.tar.zst freebsd-ports-gnome-1985f9df87f4e9ba039bc332195bf09743f78b96.zip |
- Add mirror, fix fetch
-rw-r--r-- | games/xrisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 438801cc598b..72c9d168aa7d 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -5,7 +5,8 @@ PORTNAME= xrisk PORTVERSION= 2.15 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/ +MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/ \ + http://mirror.amdmi3.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Game for X11, much like the popular board game |