diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-02-15 14:40:00 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-02-15 14:40:00 +0000 |
commit | d41eabde85c1ce69cd43513e35cf285598955433 (patch) | |
tree | 9fb4591b528e4208ad766d497f41473ffb0abb62 /databases/dbf | |
parent | bd7836cca4470c2455bf903f26b5e763efc7d96b (diff) |
Add another MASTER_SITE.
Inspiritted by: PR 109189
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Notes
Notes:
svn path=/head/; revision=185237
Diffstat (limited to 'databases/dbf')
-rw-r--r-- | databases/dbf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index 3a8a290464c6..8a3e37e44ca3 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -9,7 +9,8 @@ PORTNAME= dbf PORTVERSION= 0.8.3.1 CATEGORIES= databases -MASTER_SITES= http://download.berlios.de/dbf/ +MASTER_SITES= http://download.berlios.de/dbf/ \ + http://download2.berlios.de/dbf/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= bsam@FreeBSD.org |