diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-04 06:59:29 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-04 06:59:29 +0000 |
commit | 45bb8d5e45cc00a00e8250b31f1f9ba4cf687330 (patch) | |
tree | f9b655f29eb3d3bf571e722f717d6805ab155d41 /x11-toolkits | |
parent | f26ebd6a0743471422cef5a7c04e386ff40ec682 (diff) | |
download | FreeBSD-ports-45bb8d5e45cc00a00e8250b31f1f9ba4cf687330.zip FreeBSD-ports-45bb8d5e45cc00a00e8250b31f1f9ba4cf687330.tar.gz |
Chase the remaining cases of scriptics.com in the ports tree. The site
has been renamed to tcl.tk.
Source: distfile survey
Hat: portmgr
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk80/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/tk80/pkg-descr b/x11-toolkits/tk80/pkg-descr index 316d746..38cd1a4 100644 --- a/x11-toolkits/tk80/pkg-descr +++ b/x11-toolkits/tk80/pkg-descr @@ -8,4 +8,4 @@ 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 +WWW: http://www.tcl.tk/ diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index cb7d06d..035da8e 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -8,7 +8,8 @@ PORTNAME= tkstep PORTVERSION= 8.0.4 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= tk${PORTVERSION} PATCH_SITES= ftp://touchwood.ee.uts.edu.au/pub/TkSTEP/ |