diff options
author | krion <krion@FreeBSD.org> | 2004-05-06 03:49:53 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-06 03:49:53 +0800 |
commit | b1407c905e2cae02f7771561e55a3b5fed46aac6 (patch) | |
tree | cb7aca1f35172d7407c7791950e19a91cc0f34f8 /databases/db4/Makefile | |
parent | 55f0600d83da922e8af88d515bfabebb9edc9f51 (diff) | |
download | freebsd-ports-gnome-b1407c905e2cae02f7771561e55a3b5fed46aac6.tar.gz freebsd-ports-gnome-b1407c905e2cae02f7771561e55a3b5fed46aac6.tar.zst freebsd-ports-gnome-b1407c905e2cae02f7771561e55a3b5fed46aac6.zip |
- Update MASTER_SITES
- Use PORTDOCS=*
PR: ports/66257
Submitted by: maintainer
Diffstat (limited to 'databases/db4/Makefile')
-rw-r--r-- | databases/db4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index a3a69bca9bbb..d981aac5de5b 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 4.0.14 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/snapshot/ +#MASTER_SITES= http://www.sleepycat.com/update/snapshot/ +MASTER_SITES= ftp://sleepycat1.inetu.net/releases/ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb #PATCH_SITES= ${MASTER_SITES} @@ -33,6 +34,7 @@ INSTALLS_SHLIB= yes .if !defined(NOPORTDOCS) INSTALL_TARGET= install install_docs +PORTDOCS= * .endif # the db install_docs target installs an empty directory, kill it |