diff options
author | fenner <fenner@FreeBSD.org> | 1998-01-27 02:08:58 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-01-27 02:08:58 +0000 |
commit | 6d3439a93c5f32b80e81aff0bc5b50d0120ad331 (patch) | |
tree | 6eb049161026e22e189c005e946832fab00dd01c /games | |
parent | 25bdea602cc679df94887a1851428c063e3300d5 (diff) | |
download | FreeBSD-ports-6d3439a93c5f32b80e81aff0bc5b50d0120ad331.zip FreeBSD-ports-6d3439a93c5f32b80e81aff0bc5b50d0120ad331.tar.gz |
Remove ftp://www.tiac.net/, since www.tiac.net has never accepted an
anonymous connection since June 1997.
Diffstat (limited to 'games')
-rw-r--r-- | games/xbattle/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile index 519708a..1cdfbe1 100644 --- a/games/xbattle/Makefile +++ b/games/xbattle/Makefile @@ -3,13 +3,12 @@ # Date created: 6 Apr 97 # Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/21 03:55:09 asami Exp $ # DISTNAME= xbattle-5.4.1 CATEGORIES= games -MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/ \ - ftp://www.tiac.net/users/lesher/xbattle/ +MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/ MAINTAINER= pgiffuni@fps.biblos.unal.edu.co |