diff options
author | christos <christos@pkgsrc.org> | 2000-11-20 04:47:17 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2000-11-20 04:47:17 +0000 |
commit | b0c8e4e179d14f3b05441f6ef773d7db421d8acf (patch) | |
tree | b4a460dae32b612d769063687562f065a0a86db9 /net/netcat | |
parent | 80925c7dcf64635021967019f92b8269498e76f1 (diff) | |
download | pkgsrc-b0c8e4e179d14f3b05441f6ef773d7db421d8acf.tar.gz |
reorder non-working mirrors and fix the path to the one that works.
Diffstat (limited to 'net/netcat')
-rw-r--r-- | net/netcat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index b39190daa9c..e8b94ffc03d 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2000/02/05 19:52:29 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/11/20 04:47:17 christos Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 WRKSRC= ${WRKDIR} CATEGORIES= net -MASTER_SITES= ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/hacks/ \ +MASTER_SITES= ftp://coast.cs.purdue.edu/pub/tools/unix/netutils/netcat/ \ + ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/hacks/ \ ftp://ftp.sterling.com/mirrors/avian.org/src/hacks/ \ - ftp://coast.cs.purdue.edu/pub/tools/unix/netcat/ \ ftp://ftp.rge.com/pub/security/coast/mirrors/avian.org/netcat/ \ ftp://ftp.gw.com/pub/unix/netcat/ \ ftp://avian.org/src/hacks/ |