diff options
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 a3a69bc..d981aac 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 |