diff options
author | billf <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
commit | d01ef0378d37773eedc2b569913c63d8fed5b968 (patch) | |
tree | 97aa185d299a9b6b451fae93acaede51995a2417 /lang/tcl83 | |
parent | 15908323f143e9b239d3f16ddfd00abf90ae488c (diff) | |
download | FreeBSD-ports-d01ef0378d37773eedc2b569913c63d8fed5b968.zip FreeBSD-ports-d01ef0378d37773eedc2b569913c63d8fed5b968.tar.gz |
Proper URLs that reference directories end in '/'
Diffstat (limited to 'lang/tcl83')
-rw-r--r-- | lang/tcl83/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 5bf395c..1bad91d 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.14 1999/01/17 14:06:44 ejc Exp $ +# $Id: Makefile,v 1.15 1999/03/11 21:47:13 scrappy Exp $ # DISTNAME= tcl8.1b1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ MAINTAINER= jseger@FreeBSD.ORG Y2K= http://www.scriptics.com/Y2K.html -WWW_SITE= http://www.scriptics.com +WWW_SITE= http://www.scriptics.com/ FILE_DEPENDS= ${PORTSDIR}/lang/tcl80 |