From 9cf14875262b11ba54f736058384a9f7ffccd373 Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 10 Jul 1999 14:05:30 +0000 Subject: Upgrade to latest version. OK'ed by: maintainer --- databases/db4/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'databases/db4/Makefile') diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 45f52b8..372989d 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -3,12 +3,12 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach # -# $Id: Makefile,v 1.13 1999/04/08 19:05:42 billf Exp $ +# $Id: Makefile,v 1.14 1999/04/14 00:02:40 scrappy Exp $ # -DISTNAME= db-2.7.3 +DISTNAME= db-2.7.5 CATEGORIES= databases -MASTER_SITES= ftp://ftp.terra.net/pub/sleepycat/ +MASTER_SITES= ftp://ftp.sleepycat.com/pub/ MAINTAINER= josh@ican.net @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-compat185 \ --enable-dump185 --enable-cxx post-install: - $(MKDIR) ${PREFIX}/share/examples/db2 + ${MKDIR} ${PREFIX}/share/examples/db2 cd ${WRKSRC}/..; \ tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ ( cd ${PREFIX}/share/examples/db2; tar xf - ) -- cgit v1.1