diff options
author | obrien <obrien@FreeBSD.org> | 1997-04-24 16:31:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-04-24 16:31:42 +0000 |
commit | 99d01fa0d23a1e57e5e7fe978b316aeb9e3e29fe (patch) | |
tree | 6675a1d4e62dde4aa4f92aeccaa6c718ac73feff /sysutils | |
parent | fc39697b1a20fa62cad5dc6cc53f4cc22eb0d004 (diff) | |
download | FreeBSD-ports-99d01fa0d23a1e57e5e7fe978b316aeb9e3e29fe.zip FreeBSD-ports-99d01fa0d23a1e57e5e7fe978b316aeb9e3e29fe.tar.gz |
Two more dist sites. (thanks Josh!)
Submitted by: Josh Gilliam <soil@quick.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tcplist/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/tcplist/Makefile b/sysutils/tcplist/Makefile index ec34617..22fd24a 100644 --- a/sysutils/tcplist/Makefile +++ b/sysutils/tcplist/Makefile @@ -4,12 +4,14 @@ # Date created: Mon Apr 14, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id$ # DISTNAME= tcplist-2.1 CATEGORIES= sysutils net -MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/tcplist/ +MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/tcplist/ \ + ftp://ftp.ece.uc.edu/pub/sun-faq/FAQs/mirrors/ftp.cdf.toronto.edu/tcplist/ \ + ftp://ftp.informatik.uni-hamburg.de/pub/os/sun/sun-faq/FAQs/mirrors/ftp.cdf.toronto.edu/tcplist/ EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@NUXI.com |