diff options
author | petef <petef@FreeBSD.org> | 2003-01-07 09:06:07 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-07 09:06:07 +0800 |
commit | 80773f413696327b37769f25558a12e4a53239ea (patch) | |
tree | f6d2a0111ffe573344d90d5456c7258acc54d218 /databases/db46/Makefile | |
parent | c84003ced2a8aba487258a2ec014af89b831879a (diff) | |
download | freebsd-ports-gnome-80773f413696327b37769f25558a12e4a53239ea.tar.gz freebsd-ports-gnome-80773f413696327b37769f25558a12e4a53239ea.tar.zst freebsd-ports-gnome-80773f413696327b37769f25558a12e4a53239ea.zip |
Add db41-4.1.25 after a repocopy from databases/db4.
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de>
Diffstat (limited to 'databases/db46/Makefile')
-rw-r--r-- | databases/db46/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile index d2fde8bf6cbc..954fb2a818dc 100644 --- a/databases/db46/Makefile +++ b/databases/db46/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) |