diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-07-10 14:05:30 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-07-10 14:05:30 +0000 |
commit | e073eff945cc8d9d05f0d8414170b78b2a8ff649 (patch) | |
tree | 93d1a881b7bcf141a40c11a8b346425f015faff6 /databases/db46/Makefile | |
parent | Another MASTER_SITE tweak. (diff) |
Upgrade to latest version.
OK'ed by: maintainer
Notes
Notes:
svn path=/head/; revision=20146
Diffstat (limited to 'databases/db46/Makefile')
-rw-r--r-- | databases/db46/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 45f52b8ce495..372989d63f5a 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -3,12 +3,12 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $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 - ) |