diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-14 16:21:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-14 16:21:40 +0000 |
commit | 56a769d20f80bf259361284809dea90caaf18b95 (patch) | |
tree | 00295a8ed9f70c9d049ee505334ea257ddb37d8a /databases/db4 | |
parent | 457ee86262e5f353cf2f025f880a7420595a3c52 (diff) | |
download | ports-56a769d20f80bf259361284809dea90caaf18b95.tar.gz ports-56a769d20f80bf259361284809dea90caaf18b95.zip |
Notes
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 d981aac5de5b..fed7092819e9 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 |