diff options
author | will <will@FreeBSD.org> | 2000-05-18 14:50:23 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-18 14:50:23 +0800 |
commit | f6c440b2156007f65ac5fec25af881c28f59f42a (patch) | |
tree | a2c0a5369f14e02b3ebc6d030375e70edb7a26b5 | |
parent | 3082ff4c07a9f01e70326a421bf5ed6f531127e8 (diff) | |
download | freebsd-ports-gnome-f6c440b2156007f65ac5fec25af881c28f59f42a.tar.gz freebsd-ports-gnome-f6c440b2156007f65ac5fec25af881c28f59f42a.tar.zst freebsd-ports-gnome-f6c440b2156007f65ac5fec25af881c28f59f42a.zip |
Update MASTER_SITES. Files are now available on Linuxberg, so I've thrown
2 of their mirror sites in here.
-rw-r--r-- | games/battleball/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 309657962a52..47eb4c76d237 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -8,7 +8,8 @@ PORTNAME= battleball PORTVERSION= 2.1 CATEGORIES= games -MASTER_SITES= http://fundy.linux.tucows.com/files/x11/entertain/ +MASTER_SITES= http://tzo.linux.tucows.com/files/x11/entertain/ \ + http://fundy.linux.tucows.com/files/x11/entertain/ DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= will@FreeBSD.org |