diff options
author | brooks <brooks@FreeBSD.org> | 2005-11-08 04:46:15 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-11-08 04:46:15 +0800 |
commit | 7ff6e5741934a92f3fdd37f9e286186713d3787c (patch) | |
tree | f8d12785568e9f898fac60bdf211a37f23d34055 /databases/ruby-dbdbd | |
parent | 6c9fc1e3b17e29da9a14b479e41bb72d08489f86 (diff) | |
download | freebsd-ports-graphics-7ff6e5741934a92f3fdd37f9e286186713d3787c.tar.gz freebsd-ports-graphics-7ff6e5741934a92f3fdd37f9e286186713d3787c.tar.zst freebsd-ports-graphics-7ff6e5741934a92f3fdd37f9e286186713d3787c.zip |
The main MASTER_SITE is gone at the moment, but there's a cached copy in
the RAA so add that to the list. Keep the old one around in hopes that
it appears again.
Reported by: fenner's dist survey
Diffstat (limited to 'databases/ruby-dbdbd')
-rw-r--r-- | databases/ruby-dbdbd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-dbdbd/Makefile b/databases/ruby-dbdbd/Makefile index e5df8c3949c..8c22f91d47f 100644 --- a/databases/ruby-dbdbd/Makefile +++ b/databases/ruby-dbdbd/Makefile @@ -8,7 +8,8 @@ PORTNAME= dbdbd PORTVERSION= 0.2.2 CATEGORIES= databases ruby -MASTER_SITES= http://knossos.shu.edu/dblack/dbdbd/ +MASTER_SITES= http://knossos.shu.edu/dblack/dbdbd/ \ + http://raa.ruby-lang.org/cache/${PORTNAME}/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz |