diff options
author | knu <knu@FreeBSD.org> | 2001-06-26 18:48:14 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-26 18:48:14 +0800 |
commit | 027352c052111e0e2a00ffa179c359ff91e053ec (patch) | |
tree | c7ddbb8951a4bf92fc5d8a75195fe85805c25dde /security/ruby-blowfish | |
parent | 49772391353c51fb63da0d01f5087bfadc721eb5 (diff) | |
download | freebsd-ports-gnome-027352c052111e0e2a00ffa179c359ff91e053ec.tar.gz freebsd-ports-gnome-027352c052111e0e2a00ffa179c359ff91e053ec.tar.zst freebsd-ports-gnome-027352c052111e0e2a00ffa179c359ff91e053ec.zip |
Add a mirror site to MASTER_SITES.
Submitted by: Terje Elde <terje@thinksec.no>
Diffstat (limited to 'security/ruby-blowfish')
-rw-r--r-- | security/ruby-blowfish/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ruby-blowfish/Makefile b/security/ruby-blowfish/Makefile index 0275ec6ce3fb..6f12719ebd4d 100644 --- a/security/ruby-blowfish/Makefile +++ b/security/ruby-blowfish/Makefile @@ -9,6 +9,7 @@ PORTNAME= blowfish PORTVERSION= 0.2 CATEGORIES= security ruby MASTER_SITES= http://www.rubylinks.de/download/ \ + http://www.no.rubylinks.de/download/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |