diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-04-14 00:03:19 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-04-14 00:03:19 +0000 |
commit | 18d568f7ee65d02ed3211e80fe89ba03c3e07904 (patch) | |
tree | e496d07226d8d00c7a9dc7156f3341a5a5ae8cd5 /databases/db42/Makefile | |
parent | 332d3d722e93b112ed596d2d12ab2813a43a1510 (diff) | |
download | FreeBSD-ports-18d568f7ee65d02ed3211e80fe89ba03c3e07904.zip FreeBSD-ports-18d568f7ee65d02ed3211e80fe89ba03c3e07904.tar.gz |
Move WWW_SITE to pkg/DESCR:WWW from Makefile
Diffstat (limited to 'databases/db42/Makefile')
-rw-r--r-- | databases/db42/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 055ca49..45f52b8 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.12 1999/03/29 02:40:20 ache Exp $ +# $Id: Makefile,v 1.13 1999/04/08 19:05:42 billf Exp $ # DISTNAME= db-2.7.3 @@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.terra.net/pub/sleepycat/ MAINTAINER= josh@ican.net Y2K= http://www.sleepycat.com/faq.html#A8 -WWW_SITE= http://www.sleepycat.com/ MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix |