diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (patch) | |
tree | 04a03b5b9c40a7cbd0ef74638676e9809fd9dde8 /databases/db3 | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
Notes
Diffstat (limited to 'databases/db3')
-rw-r--r-- | databases/db3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 5eca63ecfdc1..7fcdb5d92877 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,21 +1,21 @@ # ports collection makefile for: Berkeley DB -# Version required: v2.* # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # # $FreeBSD$ # -DISTNAME= db-2.7.7 +PORTNAME= db +PORTVERSION= 2.7.7 CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ +MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ MAINTAINER= josh@ican.net Y2K= http://www.sleepycat.com/faq.html#A8 -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix +MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls +WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix GNU_CONFIGURE= YES CONFIGURE_SCRIPT= ../dist/configure |