diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 20:33:50 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 20:33:50 +0000 |
commit | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (patch) | |
tree | 32db97a675429cb26d9be6a77bc086d1036bb02f /databases/db42 | |
parent | ced0fb23aff2b242c658db9402122730391d3d1b (diff) | |
download | ports-35401f79cd3c5731272247c2e2b60d5f5c6de0a7.tar.gz ports-35401f79cd3c5731272247c2e2b60d5f5c6de0a7.zip |
Commit all Y2K/WWW_SITE changes to Makefiles...
Notes
Notes:
svn path=/head/; revision=17141
Diffstat (limited to 'databases/db42')
-rw-r--r-- | databases/db42/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 32f92108de0d..b3af24cc728a 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.7 1998/01/26 18:43:20 jfitz Exp $ +# $Id: Makefile,v 1.8 1999/01/13 02:47:29 scrappy Exp $ # DISTNAME= db-2.3.16 @@ -13,6 +13,7 @@ MASTER_SITES= http://www.sleepycat.com/db/packages/ MAINTAINER= josh@ican.net Y2K= http://www.sleepycat.com/faq.html#A8 +WWW_SITE= http://www.sleepycat.com MANUAL_PACKAGE_BUILD= incompatible with libc version WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix |