diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-04-22 08:17:18 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-04-22 08:17:18 +0800 |
commit | a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d (patch) | |
tree | 006d85b1a207b6d68c794387f1268de6952c7fc5 /lang/tcl80 | |
parent | b76829d860898cd0c4a4960aebd9e9a4aec48765 (diff) | |
download | freebsd-ports-gnome-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.tar.gz freebsd-ports-gnome-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.tar.zst freebsd-ports-gnome-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.zip |
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl80/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 63b56788359c..63714b50180d 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.13 1999/03/11 21:47:13 scrappy Exp $ +# $Id: Makefile,v 1.14 1999/04/08 19:05:47 billf Exp $ # DISTNAME= tcl8.0.4 @@ -14,8 +14,6 @@ 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/ - WRKSRC= ${WRKDIR}/tcl8.0.4/unix GNU_CONFIGURE= yes diff --git a/lang/tcl80/pkg-descr b/lang/tcl80/pkg-descr index 1dcfb46167a8..978ded2bb37e 100644 --- a/lang/tcl80/pkg-descr +++ b/lang/tcl80/pkg-descr @@ -5,3 +5,5 @@ The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. A full set of manual pages is also provided with this package. + +WWW: http://www.scriptics.com |