diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-12 00:09:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-12 00:09:55 +0000 |
commit | 2387c08e565fa2099bd636197da41cf4576ba6f7 (patch) | |
tree | a846948c8ef8a50c5d17769f9f8c9989c671f47d | |
parent | cdbe6fbf40c3fb334a47b8d838a6ce87a326520d (diff) |
Notes
-rw-r--r-- | games/xchadance/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xchadance/Makefile b/games/xchadance/Makefile index af23e91e3f86..c84d23dda6e0 100644 --- a/games/xchadance/Makefile +++ b/games/xchadance/Makefile @@ -5,7 +5,9 @@ PORTNAME= xchadance PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ +MASTER_SITES= ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ \ + ftp://relay1.tomsk.gov.ru/pub/FreeBSD/ports/distfiles/ \ + ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/motoyuki/ DISTFILES= xchada01.lzh MAINTAINER= ports@FreeBSD.org |