diff options
author | clsung <clsung@FreeBSD.org> | 2005-02-15 00:21:40 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-02-15 00:21:40 +0800 |
commit | 732ddd86388045a344544edbd1f03d3ea3268319 (patch) | |
tree | 6215cfd2eff3bdcaa1d31dc38f28b88c6498494e /databases/db4 | |
parent | 341f35e276e119c342bbf49ea05602fbb0015868 (diff) | |
download | freebsd-ports-graphics-732ddd86388045a344544edbd1f03d3ea3268319.tar.gz freebsd-ports-graphics-732ddd86388045a344544edbd1f03d3ea3268319.tar.zst freebsd-ports-graphics-732ddd86388045a344544edbd1f03d3ea3268319.zip |
- chase distfiles (change MASTER_SITES), clean up
PR: ports/77506
Submitted by: Matthias Andree (maintainer)
Diffstat (limited to 'databases/db4')
-rw-r--r-- | databases/db4/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index d981aac5de5..fed7092819e 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -10,13 +10,9 @@ PORTVERSION= 4.0.14 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases -#MASTER_SITES= http://www.sleepycat.com/update/snapshot/ -MASTER_SITES= ftp://sleepycat1.inetu.net/releases/ +MASTER_SITES= http://downloads.sleepycat.com/ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb -#PATCH_SITES= ${MASTER_SITES} -#PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 -#PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4 @@ -39,7 +35,6 @@ PORTDOCS= * # the db install_docs target installs an empty directory, kill it # (it's not packaged and it's not needed): - .if !defined(NOPORTDOCS) post-install: @${RMDIR} ${PREFIX}/share/doc/db4/ref/splash |