diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 11:21:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 11:21:28 +0000 |
commit | 4a149bc66d3b2d5cbf4892a41b1713c092e38d88 (patch) | |
tree | 557d14330d10fba30d4d401615f304ab75b91ba8 | |
parent | - Fix MASTER_SITES (diff) |
- Fix MASTER_SITES
Notes
Notes:
svn path=/head/; revision=102622
-rw-r--r-- | net-mgmt/oproute/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile index 8028e332d122..009b54c1ac2f 100644 --- a/net-mgmt/oproute/Makefile +++ b/net-mgmt/oproute/Makefile @@ -9,7 +9,8 @@ PORTNAME= oproute PORTVERSION= 0.7 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.opnix.com/oproute/ +MASTER_SITES= http://www.mirrors.wiretapped.net/security/network-monitoring/oproute/ \ + ftp://ftp.opnix.com/oproute/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |