diff options
| author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-07 01:06:07 +0000 |
|---|---|---|
| committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-07 01:06:07 +0000 |
| commit | 3c36009a3aee5825b571e537bd6748ab1c0b6d7d (patch) | |
| tree | dc4d0a31b7ce223d8c62c9b1702936818584655f /databases/db44/Makefile | |
| parent | 0272680e31a5f6e70a50e7d307a80b82d4b5ee72 (diff) | |
Notes
Diffstat (limited to 'databases/db44/Makefile')
| -rw-r--r-- | databases/db44/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile index d2fde8bf6cbc..954fb2a818dc 100644 --- a/databases/db44/Makefile +++ b/databases/db44/Makefile @@ -1,14 +1,12 @@ # ports collection makefile for: Berkeley DB v4 -# Date created: 16 August 2000 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> +# Date created: 2003-01-04 +# Whom: Matthias Andree <matthias.andree@web.de> # # $FreeBSD$ # -PORTNAME= db4 -PORTVERSION= 4.0.14 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTNAME= db41 +PORTVERSION= 4.1.25 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/update/snapshot/ DISTNAME= db-${PORTVERSION} @@ -27,7 +25,7 @@ CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ --enable-cxx --enable-dynamic \ - --includedir=${PREFIX}/include/db4 + --includedir=${PREFIX}/include/db41 INSTALLS_SHLIB= yes .if !defined(NOPORTDOCS) |
