summaryrefslogtreecommitdiff
path: root/databases/db4
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-11-08 05:19:50 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-11-08 05:19:50 +0000
commit8b105cf1a35bf199f1a6c0c20ecca3bb0ad803bf (patch)
tree42fa6e58ed739c84e67e97049efb8f6d9fd11d0f /databases/db4
parent- Update MASTER_SITES (diff)
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG PR: ports/105268 Submitted by: Matthias Andree (maintainer)
Notes
Notes: svn path=/head/; revision=176786
Diffstat (limited to 'databases/db4')
-rw-r--r--databases/db4/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index 23735900008c..681c76c33bc3 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -10,7 +10,9 @@ PORTVERSION= 4.0.14
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= databases
-MASTER_SITES= http://downloads.sleepycat.com/
+MASTER_SITES= http://download-east.oracle.com/berkeley-db/ \
+ http://download-west.oracle.com/berkeley-db/ \
+ http://download-uk.oracle.com/berkeley-db/
DISTNAME= db-${PORTVERSION}
DIST_SUBDIR= bdb
@@ -19,13 +21,14 @@ COMMENT= The Berkeley DB package, revision 4
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
+RANDOMIZE_MASTER_SITES= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \
--enable-cxx --enable-dynamic \
--includedir=${PREFIX}/include/db4
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install_docs