diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-29 13:35:33 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-29 13:35:33 +0000 |
commit | 1c9da0900d9cb42da52c90460e4698339d2d7240 (patch) | |
tree | 669b1172ddc2fb725e0c0fbdec8f38a1fd829664 /games | |
parent | www.crypto-publish.org does not have krb5-1.2.4.{tar,tar.Z,tar.gz,tar.bz2}. (diff) |
Add new MASTER_SITES
PR: 36479
Submitted by: Tilman Linneweh <tilmai@arved.de>
Notes
Notes:
svn path=/head/; revision=56871
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 |