diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-10-14 15:23:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-10-14 15:23:00 +0000 |
commit | 76238c7b9cb34f31dcd758c930272add81d59ad3 (patch) | |
tree | 23fa8a6f9144d0f5f1cc0511c576fdac2faccfee /x11-toolkits/tk80 | |
parent | 53085b307ff3fc460851c783024c5c7527923b54 (diff) | |
download | ports-76238c7b9cb34f31dcd758c930272add81d59ad3.tar.gz ports-76238c7b9cb34f31dcd758c930272add81d59ad3.zip |
Notes
Diffstat (limited to 'x11-toolkits/tk80')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/tk80/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index 11d95af30572..754c0c82c3c5 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -8,7 +8,8 @@ PORTNAME= tk PORTVERSION= 8.0.5 CATEGORIES= x11-toolkits tk80 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR= tcl8_0 DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= cwt@Freebsd.ORG diff --git a/x11-toolkits/tk80/pkg-descr b/x11-toolkits/tk80/pkg-descr index afdf6fe9e2f1..316d746e6d00 100644 --- a/x11-toolkits/tk80/pkg-descr +++ b/x11-toolkits/tk80/pkg-descr @@ -7,3 +7,5 @@ Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. A full set of manual pages is also provided with this package. NOTE: This kit requires a Tcl8.0 binary kit. + +WWW: http://dev.scriptics.com/software/tcltk/8.0.html |