diff options
author | fenner <fenner@FreeBSD.org> | 1998-01-27 10:08:58 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-01-27 10:08:58 +0800 |
commit | 6d3439a93c5f32b80e81aff0bc5b50d0120ad331 (patch) | |
tree | 6eb049161026e22e189c005e946832fab00dd01c /games/xbattle | |
parent | 25bdea602cc679df94887a1851428c063e3300d5 (diff) | |
download | freebsd-ports-gnome-6d3439a93c5f32b80e81aff0bc5b50d0120ad331.tar.gz freebsd-ports-gnome-6d3439a93c5f32b80e81aff0bc5b50d0120ad331.tar.zst freebsd-ports-gnome-6d3439a93c5f32b80e81aff0bc5b50d0120ad331.zip |
Remove ftp://www.tiac.net/, since www.tiac.net has never accepted an
anonymous connection since June 1997.
Diffstat (limited to 'games/xbattle')
-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 519708a61b4c..1cdfbe118aaa 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 |