diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-05 21:52:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-05 21:52:16 +0000 |
commit | 1e196094d3bcb859b91650ee72521438a6fa577e (patch) | |
tree | 02c7179996345614e924133f835b1380edfe7071 /net/netcat | |
parent | c1b578c5f70998b83749aa9f142380c615e61632 (diff) | |
download | FreeBSD-ports-1e196094d3bcb859b91650ee72521438a6fa577e.zip FreeBSD-ports-1e196094d3bcb859b91650ee72521438a6fa577e.tar.gz |
portlint
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 4110cd9..2992702 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -12,9 +12,9 @@ PKGNAME= netcat-1.10 CATEGORIES= net MASTER_SITES= ftp://avian.org/src/hacks/ \ ftp://coast.cs.purdue.edu/pub/mirrors/avian.org/netcat/ \ - ftp://zippy.telcom.arizona.edu:/pub/mirrors/avian.org/hacks/ \ - ftp://ftp.sterling.com:/mirrors/avian.org/src/hacks/ \ - ftp://ftp.rge.com:/pub/security/coast/mirrors/avian.org/netcat/ + ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/hacks/ \ + ftp://ftp.sterling.com/mirrors/avian.org/src/hacks/ \ + ftp://ftp.rge.com/pub/security/coast/mirrors/avian.org/netcat/ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org |