diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-03-24 04:39:39 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-03-24 04:39:39 +0800 |
commit | 8946b82fe20aa59020014d973933942c98cbb5b8 (patch) | |
tree | 34326b20696277fa850ec83dcdb2599a2b933bd6 | |
parent | 3b8e5290470ee15451deefbc86fb030554ef37de (diff) | |
download | freebsd-ports-gnome-8946b82fe20aa59020014d973933942c98cbb5b8.tar.gz freebsd-ports-gnome-8946b82fe20aa59020014d973933942c98cbb5b8.tar.zst freebsd-ports-gnome-8946b82fe20aa59020014d973933942c98cbb5b8.zip |
Add another MASTER_SITE.
-rw-r--r-- | net/radiusclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index 5348f380dbff..7d721c917e4e 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -8,7 +8,8 @@ PORTNAME= radiusclient PORTVERSION= 0.5.5.1 CATEGORIES= net -MASTER_SITES= http://download.berlios.de/radiusclient-ng/ +MASTER_SITES= http://prdownload.berlios.de/radiusclient-ng/ \ + http://download.berlios.de/radiusclient-ng/ DISTNAME= ${PORTNAME}-ng-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org |