From 3da86c6aa2b3345aabb564415cd86b5e3872ca1a Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 8 Apr 2000 22:49:07 +0000 Subject: update with the new PORTNAME/PORTVERSION variables --- databases/db2/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/db2') diff --git a/databases/db2/Makefile b/databases/db2/Makefile index 5eca63ecfdc1..7fcdb5d92877 100644 --- a/databases/db2/Makefile +++ b/databases/db2/Makefile @@ -1,21 +1,21 @@ # ports collection makefile for: Berkeley DB -# Version required: v2.* # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach # # $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 -- cgit v1.2.3