diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
commit | 049b253ab2419389f06646c0e948a48f93d9a375 (patch) | |
tree | 629d067ca78185e11697efa4f962230277becec4 /databases/db3/Makefile | |
parent | 466b1016aa3aed7b3a70b1ed4a883e3be4b5c9ba (diff) | |
download | ports-049b253ab2419389f06646c0e948a48f93d9a375.tar.gz ports-049b253ab2419389f06646c0e948a48f93d9a375.zip |
Proper URLs that reference directories end in '/'
Notes
Notes:
svn path=/head/; revision=17742
Diffstat (limited to 'databases/db3/Makefile')
-rw-r--r-- | databases/db3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index d0205f3c87b6..055ca490b73b 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.11 1999/03/29 00:08:28 ache Exp $ +# $Id: Makefile,v 1.12 1999/03/29 02:40:20 ache Exp $ # DISTNAME= db-2.7.3 @@ -13,7 +13,7 @@ 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 +WWW_SITE= http://www.sleepycat.com/ MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix |