diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2010-11-12 09:03:26 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2010-11-12 09:03:26 +0000 |
commit | 4e8777dbb89fbfe0f92cd8e2cf4a9bd1722853a3 (patch) | |
tree | af20bdbeca2e1ac9b0ddc86f16e45d5a1ed314c3 /databases/db43 | |
parent | f1571d23469b47a1b80694e5431818c0d66c31be (diff) | |
download | ports-4e8777dbb89fbfe0f92cd8e2cf4a9bd1722853a3.tar.gz ports-4e8777dbb89fbfe0f92cd8e2cf4a9bd1722853a3.zip |
Notes
Diffstat (limited to 'databases/db43')
-rw-r--r-- | databases/db43/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile index d0ce31f16987..185ba99a9066 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -9,9 +9,7 @@ PORTNAME= db43 PORTVERSION= 4.3.29 PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ - http://download-east.oracle.com/berkeley-db/ \ - http://download-uk.oracle.com/berkeley-db/ +MASTER_SITES= http://download.oracle.com/berkeley-db/ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb |