diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-08 05:19:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-08 05:19:50 +0000 |
commit | 8b105cf1a35bf199f1a6c0c20ecca3bb0ad803bf (patch) | |
tree | 42fa6e58ed739c84e67e97049efb8f6d9fd11d0f /databases/db4 | |
parent | 051c9cf04c60850165d6fdacd076cda7f1b0d929 (diff) |
Notes
Diffstat (limited to 'databases/db4')
-rw-r--r-- | databases/db4/Makefile | 7 |
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 |