diff options
-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 4838b15f30f2..e499cdd63989 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -9,9 +9,9 @@ PORTNAME= netcat PORTVERSION= 1.10 CATEGORIES= net -MASTER_SITES= ftp://avian.org/src/hacks/ \ - http://www.l0pht.com/users/10pht/ \ - ftp://ftp.rge.com/pub/security/coast/mirrors/avian.org/netcat/ +MASTER_SITES= ftp://coast.cs.purdue.edu/pub/tools/unix/netutils/netcat/ \ + ftp://ftp.cuhk.edu.hk/pub/packages/security/purdue/netutils/netcat/ \ + http://www.planetmirror.com/pub/lprng/TOOLS/ DISTNAME= nc110 EXTRACT_SUFX= .tgz |