diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:49:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:49:07 +0800 |
commit | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (patch) | |
tree | 0c9f31b4d0ce65813ab64599e00505009d91c209 /databases/db41 | |
parent | e63013cbd62d5d2452437101988077656165692c (diff) | |
download | freebsd-ports-gnome-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.gz freebsd-ports-gnome-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.zst freebsd-ports-gnome-1d04fddf5785697f7a7b908b8635aa837e9d0615.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'databases/db41')
-rw-r--r-- | databases/db41/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile index 5eca63ecfdc1..7fcdb5d92877 100644 --- a/databases/db41/Makefile +++ b/databases/db41/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 |