diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-24 16:31:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-24 16:31:42 +0000 |
commit | fa1bd253f9cfaacc7bfd76b932ac8c348a1be02a (patch) | |
tree | 5fc23b381419796d691bae6d8433b9ddd143ed18 /sysutils/tcplist | |
parent | ad26d78ae6f1c94e78c5a990ab3f6a804ed7dc9c (diff) | |
download | ports-fa1bd253f9cfaacc7bfd76b932ac8c348a1be02a.tar.gz ports-fa1bd253f9cfaacc7bfd76b932ac8c348a1be02a.zip |
Notes
Diffstat (limited to 'sysutils/tcplist')
-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 ec346174c66f..22fd24a81f35 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 |