diff options
author | jseger <jseger@FreeBSD.org> | 1999-03-22 12:49:50 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-03-22 12:49:50 +0000 |
commit | 7bc1776c3be8302f7dc087abc7db7a6e22f55100 (patch) | |
tree | 3b578c9764627979492ac77a1266ba5689f53076 /net/tinyfugue/Makefile | |
parent | 49e7874fee15bdb420cc1c5b4d98848ecb9d79e1 (diff) | |
download | FreeBSD-ports-7bc1776c3be8302f7dc087abc7db7a6e22f55100.zip FreeBSD-ports-7bc1776c3be8302f7dc087abc7db7a6e22f55100.tar.gz |
Update to version tf tf-4.0s1
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r-- | net/tinyfugue/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index 8161f3f..34e81be 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -1,15 +1,20 @@ # New ports collection makefile for: tinyfugue -# Version required: 4.0g3 +# Version required: 4.0s1 # Date created: 4 January 1997 # Whom: mike@binghamton.edu # -# $Id: Makefile,v 1.15 1999/01/15 02:41:44 asami Exp $ +# $Id: Makefile,v 1.16 1999/02/16 03:06:21 jseger Exp $ # -DISTNAME= tf-40g3 -PKGNAME= tf-4.0g3 +DISTNAME= tf-40s1 +PKGNAME= tf-4.0s1 CATEGORIES= net games -MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ +MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \ + ftp://laurel.actlab.utexas.edu/pub/tinyfugue/ \ + http://ftp.tcp.com/pub/mud/Clients/tinyfugue \ + ftp://ftp.progsoc.uts.edu.au/pub/tinyfugue/ \ + ftp://ftp.minet.uni-jena.de/pub/tf/ \ + ftp://ftp.ci.uminho.pt/pub/mirrors/tinyfugue/ MAINTAINER= jseger@FreeBSD.org |