diff options
author | Matt Jacob <mjacob@FreeBSD.org> | 2001-10-27 16:20:27 +0000 |
---|---|---|
committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-10-27 16:20:27 +0000 |
commit | 8458b6251845cfde2f2aabe68f44360c2c7943d5 (patch) | |
tree | dee16edf07a97934a1164150b2de9970fdf6cae8 | |
parent | Update to 0.4.3. (diff) |
There's no such host as gw.feral.com any more.
Notes
Notes:
svn path=/head/; revision=49266
-rw-r--r-- | sysutils/nwclient/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/nwclient/Makefile b/sysutils/nwclient/Makefile index 29084d7f9f53..3db394d5c525 100644 --- a/sysutils/nwclient/Makefile +++ b/sysutils/nwclient/Makefile @@ -8,8 +8,7 @@ PORTNAME= nwclient PORTVERSION= 5.5.2 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.feral.com/pub/networker/freebsd/freebsd_40/ \ - ftp://gw.feral.com/pub/networker/freebsd/freebsd_40/ +MASTER_SITES= ftp://ftp.feral.com/pub/networker/freebsd/freebsd_40/ ARCH!= uname -m DISTNAME= nwclient-${PORTVERSION}-freebsd-${ARCH} EXTRACT_SUFX= .tgz |