diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-06-27 17:45:43 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-06-27 17:45:43 +0000 |
commit | 659653560795a163dad684ad45523f087f43e861 (patch) | |
tree | 53c77d0d22c01ba48d3f22d184aa93b4e809d495 /net/tinyfugue | |
parent | 37989801f918f8b74fcecea064a10a1b50bc3137 (diff) | |
download | ports-659653560795a163dad684ad45523f087f43e861.tar.gz ports-659653560795a163dad684ad45523f087f43e861.zip |
Fix MASTER_SITES.
Submitted by: distfile survey reporting tool
Notes
Notes:
svn path=/head/; revision=62114
Diffstat (limited to 'net/tinyfugue')
-rw-r--r-- | net/tinyfugue/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index 8ae192e63e41..488cf00d8ef7 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -8,9 +8,8 @@ PORTNAME= tf PORTVERSION= 4.0s1 CATEGORIES= net games -MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \ - ftp://laurel.actlab.utexas.edu/pub/tinyfugue/ \ - ftp://ftp.ci.uminho.pt/pub/mirrors/tinyfugue/ +MASTER_SITES= http://ftp.tcp.com/pub/mud/Clients/tinyfugue/ \ + ftp://ftp.minet.uni-jena.de/pub/tf/ DISTNAME= tf-40s1 MAINTAINER= fjoe@FreeBSD.org |