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 /lang/tcl80 | |
parent | 466b1016aa3aed7b3a70b1ed4a883e3be4b5c9ba (diff) |
Notes
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 353f0da38601..63b56788359c 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.12 1998/12/24 06:51:12 cwt Exp $ +# $Id: Makefile,v 1.13 1999/03/11 21:47:13 scrappy Exp $ # DISTNAME= tcl8.0.4 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ MAINTAINER= cwt@freebsd.org Y2K= http://www.scriptics.com/Y2K.html -WWW_SITE= http://www.scriptics.com +WWW_SITE= http://www.scriptics.com/ WRKSRC= ${WRKDIR}/tcl8.0.4/unix |