diff options
-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 |