diff options
author | pat <pat@FreeBSD.org> | 2002-03-29 13:35:33 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-29 13:35:33 +0000 |
commit | 7cc575c2997c116f09cdc711adbf822d9c45f6c1 (patch) | |
tree | 708de224a3a48215f1a47b67ca6f2ead7629a11d /games/battleball | |
parent | 9b42e23d3d12e50b91d9cd78cbb9c98f0e93bee0 (diff) | |
download | FreeBSD-ports-7cc575c2997c116f09cdc711adbf822d9c45f6c1.zip FreeBSD-ports-7cc575c2997c116f09cdc711adbf822d9c45f6c1.tar.gz |
Add new MASTER_SITES
PR: 36479
Submitted by: Tilman Linneweh <tilmai@arved.de>
Diffstat (limited to 'games/battleball')
-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 83edce5..d6df74f 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 |