diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-16 08:48:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-16 08:48:07 +0000 |
commit | 92275f2f27f43be94333c5830ab2e5d940a82846 (patch) | |
tree | 92903434189801fdd9b7340a636e14bc0eea62e3 /net-mgmt/netmond | |
parent | 582dfb44807d1912841a24da8d04cfe29a41f96a (diff) | |
download | ports-92275f2f27f43be94333c5830ab2e5d940a82846.tar.gz ports-92275f2f27f43be94333c5830ab2e5d940a82846.zip |
Notes
Diffstat (limited to 'net-mgmt/netmond')
-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} |