aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db41/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-05-06 03:48:28 +0800
committerkrion <krion@FreeBSD.org>2004-05-06 03:48:28 +0800
commit55f0600d83da922e8af88d515bfabebb9edc9f51 (patch)
tree0f0c7ce64a28c9fb8af6d985dde516157da59ef7 /databases/db41/Makefile
parentc07b8adf92903ff55c3382ac9d34bcf9fff17672 (diff)
downloadfreebsd-ports-graphics-55f0600d83da922e8af88d515bfabebb9edc9f51.tar.gz
freebsd-ports-graphics-55f0600d83da922e8af88d515bfabebb9edc9f51.tar.zst
freebsd-ports-graphics-55f0600d83da922e8af88d515bfabebb9edc9f51.zip
- change MASTER_SITES to track the new download location
- change one blank to TAB to quiet portlint - replace lengthy docs list by PORTDOCS= * PR: ports/66258 Submitted by: maintainer
Diffstat (limited to 'databases/db41/Makefile')
-rw-r--r--databases/db41/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile
index 4c564bbcf0c..10f88490754 100644
--- a/databases/db41/Makefile
+++ b/databases/db41/Makefile
@@ -9,14 +9,15 @@ PORTNAME= db41
PORTVERSION= 4.1.25
PORTREVISION= 2
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/
PKGNAMESUFFIX?=
DISTNAME?= db-${PORTVERSION}
DIST_SUBDIR= bdb
PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
PATCHFILES= patch.${PORTVERSION}.1
-PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
+PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
MAINTAINER= matthias.andree@gmx.de
COMMENT= The Berkeley DB package, revision 4.1
@@ -34,6 +35,7 @@ INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install_docs
+PORTDOCS= *
.endif
.include <bsd.port.pre.mk>