diff options
author | pat <pat@FreeBSD.org> | 2002-03-29 21:35:33 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-29 21:35:33 +0800 |
commit | 7cc575c2997c116f09cdc711adbf822d9c45f6c1 (patch) | |
tree | 708de224a3a48215f1a47b67ca6f2ead7629a11d /games | |
parent | 9b42e23d3d12e50b91d9cd78cbb9c98f0e93bee0 (diff) | |
download | freebsd-ports-gnome-7cc575c2997c116f09cdc711adbf822d9c45f6c1.tar.gz freebsd-ports-gnome-7cc575c2997c116f09cdc711adbf822d9c45f6c1.tar.zst freebsd-ports-gnome-7cc575c2997c116f09cdc711adbf822d9c45f6c1.zip |
Add new MASTER_SITES
PR: 36479
Submitted by: Tilman Linneweh <tilmai@arved.de>
Diffstat (limited to 'games')
-rw-r--r-- | games/battleball/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 83edce5b6ddd..d6df74f6ece6 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -9,7 +9,9 @@ PORTNAME= battleball PORTVERSION= 2.1 CATEGORIES= games MASTER_SITES= http://tzo.linux.tucows.com/files/x11/entertain/ \ - http://fundy.linux.tucows.com/files/x11/entertain/ + http://fundy.linux.tucows.com/files/x11/entertain/ \ + http://207.211.212.35/pah/ + DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= ports@FreeBSD.org |