diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-07-21 00:37:11 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-07-21 00:37:11 +0000 |
commit | 2f861cfd2443e2707addcde945f189a27c3613e9 (patch) | |
tree | 66a58976bad9799f078fbddac0c0fac07968b3a4 /sysutils | |
parent | 1afd4b9125cee56568677b76254360bab5a2ef7c (diff) | |
download | ports-2f861cfd2443e2707addcde945f189a27c3613e9.tar.gz ports-2f861cfd2443e2707addcde945f189a27c3613e9.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tcplist/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/tcplist/Makefile b/sysutils/tcplist/Makefile index ca185279ce4d..3d9b1efa5095 100644 --- a/sysutils/tcplist/Makefile +++ b/sysutils/tcplist/Makefile @@ -4,14 +4,12 @@ # Date created: Mon Apr 14, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/04/24 16:31:42 obrien Exp $ +# $Id: Makefile,v 1.3 1997/04/24 19:37:57 obrien Exp $ # DISTNAME= tcplist-2.2 CATEGORIES= sysutils net -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/ +MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/jdd/tcplist/ EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@NUXI.com |