diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-30 05:48:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-30 05:48:49 +0000 |
commit | d8dab4de20dd272d36816babe244a20eca210851 (patch) | |
tree | c5ea1035557ed31a8850630a19cc9e295cce2d3d /net/icpld | |
parent | Upgrade to 0.9.18. Tweak original port a little according to ports' (diff) |
- Add new MASTER_SITES for a better redundancy
Reported by: pointyhat via kris
Diffstat (limited to 'net/icpld')
-rw-r--r-- | net/icpld/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/icpld/Makefile b/net/icpld/Makefile index d8a09ecf59ff..fb387b6eaeff 100644 --- a/net/icpld/Makefile +++ b/net/icpld/Makefile @@ -8,7 +8,8 @@ PORTNAME= icpld PORTVERSION= 0.6.3 CATEGORIES= net -MASTER_SITES= http://www.ibiblio.org/icpld/download/ +MASTER_SITES= http://www.ibiblio.org/icpld/download/ \ + http://voodoo.oberon.net/download/ MAINTAINER= krion@FreeBSD.org COMMENT= Internet connection performance logging daemon |