diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-02-28 10:34:48 +0800 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-02-28 10:34:48 +0800 |
commit | 28656a8b325a5d4cc5fe9dfbd609025a8227d211 (patch) | |
tree | 70249367ac530166f976b80f6a87444e150cd263 /net | |
parent | c6e3e04ca150500d06a81923cdaca673662fe92e (diff) | |
download | freebsd-ports-gnome-28656a8b325a5d4cc5fe9dfbd609025a8227d211.tar.gz freebsd-ports-gnome-28656a8b325a5d4cc5fe9dfbd609025a8227d211.tar.zst freebsd-ports-gnome-28656a8b325a5d4cc5fe9dfbd609025a8227d211.zip |
download.berlios.de seems to be unreliable from time to time, therefore add
an additional MASTERSITE.
Noticed by: pointyhat via kris
Diffstat (limited to 'net')
-rw-r--r-- | net/dclib/Makefile | 3 | ||||
-rw-r--r-- | net/valknut/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/dclib/Makefile b/net/dclib/Makefile index 3e9ace12a621..77729151784a 100644 --- a/net/dclib/Makefile +++ b/net/dclib/Makefile @@ -9,7 +9,8 @@ PORTNAME= dclib PORTVERSION= 0.3.7 CATEGORIES= net -MASTER_SITES= http://download.berlios.de/dcgui/ +MASTER_SITES= http://download.berlios.de/dcgui/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= Direct connect interface library for dcgui diff --git a/net/valknut/Makefile b/net/valknut/Makefile index b3749a12530c..a40deb89bd2a 100644 --- a/net/valknut/Makefile +++ b/net/valknut/Makefile @@ -9,7 +9,8 @@ PORTNAME= valknut PORTVERSION= 0.3.7 CATEGORIES= net -MASTER_SITES= http://download.berlios.de/dcgui/ +MASTER_SITES= http://download.berlios.de/dcgui/ \ + http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ MAINTAINER= markus@FreeBSD.org COMMENT= A Direct Connect client QT GUI |