summaryrefslogtreecommitdiffstats
path: root/databases/db3
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-08 22:49:07 +0000
committermharo <mharo@FreeBSD.org>2000-04-08 22:49:07 +0000
commit1d04fddf5785697f7a7b908b8635aa837e9d0615 (patch)
tree0c9f31b4d0ce65813ab64599e00505009d91c209 /databases/db3
parente63013cbd62d5d2452437101988077656165692c (diff)
downloadFreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.zip
FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.gz
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'databases/db3')
-rw-r--r--databases/db3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 5eca63e..7fcdb5d 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
OpenPOWER on IntegriCloud