diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-16 16:48:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-16 16:48:07 +0800 |
commit | 2a051514f9e29b29ae1f8f0321bce0bb06d8859b (patch) | |
tree | b0083e33e2056dbe92c022df7d202bcf840e7137 /net-mgmt | |
parent | fc6215b33dfeb57fd0b8d590f08b7708da1a36af (diff) | |
download | freebsd-ports-gnome-2a051514f9e29b29ae1f8f0321bce0bb06d8859b.tar.gz freebsd-ports-gnome-2a051514f9e29b29ae1f8f0321bce0bb06d8859b.tar.zst freebsd-ports-gnome-2a051514f9e29b29ae1f8f0321bce0bb06d8859b.zip |
- Add backup MASTER_SITES
Submitted by: itetcu
Approved by: maintainer via privat mail
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netmond/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/netmond/Makefile b/net-mgmt/netmond/Makefile index 70693fa3936a..0b4cada89072 100644 --- a/net-mgmt/netmond/Makefile +++ b/net-mgmt/netmond/Makefile @@ -9,11 +9,13 @@ PORTNAME= netmond PORTVERSION= 2.2b6 PORTREVISION= 4 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.risp.ru/pub/RinetSoftware/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ + ftp://ftp.risp.ru/pub/RinetSoftware/ DISTNAME= netmond-2.2-b6 EXTRACT_SUFX= .tgz -PATCH_SITES= http://vfom.narod.ru/download/ +PATCH_SITES= http://freebsd.unixfreunde.de/sources/ \ + http://vfom.narod.ru/download/ PATCH_VERSION= 1 PATCHFILES= ${DISTNAME}.patch${PATCH_VERSION}${EXTRACT_SUFX} ${DISTNAME}.docs${EXTRACT_SUFX} |