diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-26 01:26:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-26 01:26:34 +0000 |
commit | 61c9deeb3f227f0f0eb386c500c268ffb7da3db0 (patch) | |
tree | 3df1478136f75f76a40382791c739e4cf3b3ea6d | |
parent | ff280c620f9467b6e51546537bfbc97fbe11e66c (diff) |
Notes
-rw-r--r-- | net/ruby-radius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-radius/Makefile b/net/ruby-radius/Makefile index 7fba8bbb9725..5137ba1dfa00 100644 --- a/net/ruby-radius/Makefile +++ b/net/ruby-radius/Makefile @@ -8,8 +8,8 @@ PORTNAME= radius PORTVERSION= 1.0.0 CATEGORIES= net ruby -MASTER_SITES= http://savannah.gnu.org/download/ruby-radius/ruby-radius.pkg/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= http://mirror2.unixfreunde.de/ \ + http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby |