diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-10-27 01:10:22 +0800 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-10-27 01:10:22 +0800 |
commit | 72ca7480670b30da24e5c732c6b34eedad54fc89 (patch) | |
tree | 164c6f1ded4e6d242fe228969cb7f84fe47707c2 | |
parent | 5089c6dc8546479104e4a529a0bc67c502843242 (diff) | |
download | freebsd-ports-gnome-72ca7480670b30da24e5c732c6b34eedad54fc89.tar.gz freebsd-ports-gnome-72ca7480670b30da24e5c732c6b34eedad54fc89.tar.zst freebsd-ports-gnome-72ca7480670b30da24e5c732c6b34eedad54fc89.zip |
add secondary ftp site
-rw-r--r-- | sysutils/nwclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/nwclient/Makefile b/sysutils/nwclient/Makefile index cf139b58c7e5..3a4a19973e55 100644 --- a/sysutils/nwclient/Makefile +++ b/sysutils/nwclient/Makefile @@ -8,7 +8,8 @@ PORTNAME= nwclient PORTVERSION= 5.5.2 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.feral.com/pub/networker/freebsd/freebsd_40/ +MASTER_SITES= ftp://ftp.feral.com/pub/networker/freebsd/freebsd_40/ \ + ftp://gw.feral.com/pub/networker/freebsd/freebsd_40 ARCH!= uname -m DISTNAME= nwclient-${PORTVERSION}-freebsd-${ARCH} EXTRACT_SUFX= .tgz |