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/tcl82 | |
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/tcl82')
-rw-r--r-- | lang/tcl82/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl82/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 1bad91deea70..d4a6636275f4 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.15 1999/03/11 21:47:13 scrappy Exp $ +# $Id: Makefile,v 1.16 1999/04/08 19:05:47 billf Exp $ # DISTNAME= tcl8.1b1 @@ -14,8 +14,6 @@ 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/ - FILE_DEPENDS= ${PORTSDIR}/lang/tcl80 diff --git a/lang/tcl82/pkg-descr b/lang/tcl82/pkg-descr index 53a6a7c602e1..58797d179672 100644 --- a/lang/tcl82/pkg-descr +++ b/lang/tcl82/pkg-descr @@ -4,3 +4,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 |