diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2012-08-17 12:12:52 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2012-08-17 12:12:52 +0000 |
commit | 3a2038b339d07d7cbc3c3fa37bf57d91ff70f7be (patch) | |
tree | fa626d89b9d5d2216e7eb8009040b3ca629ac0a5 /net/bird | |
parent | c0c1ebe29cdbbe3e620184a9c02275212e463f89 (diff) |
Notes
Diffstat (limited to 'net/bird')
-rw-r--r-- | net/bird/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile index 608fb0b34c92..8d59a5ddaff0 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -8,7 +8,8 @@ PORTNAME= bird PORTVERSION= 1.3.8 CATEGORIES= net -MASTER_SITES= ftp://bird.network.cz/pub/bird/ +MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ + http://bird.mpls.in/distfiles/bird/ MAINTAINER= melifaro@ipfw.ru COMMENT= Dynamic IP routing daemon (IPv4 version) |