diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-04 14:59:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-04 14:59:29 +0800 |
commit | 45bb8d5e45cc00a00e8250b31f1f9ba4cf687330 (patch) | |
tree | f9b655f29eb3d3bf571e722f717d6805ab155d41 /x11-toolkits/tkstep80 | |
parent | f26ebd6a0743471422cef5a7c04e386ff40ec682 (diff) | |
download | freebsd-ports-gnome-45bb8d5e45cc00a00e8250b31f1f9ba4cf687330.tar.gz freebsd-ports-gnome-45bb8d5e45cc00a00e8250b31f1f9ba4cf687330.tar.zst freebsd-ports-gnome-45bb8d5e45cc00a00e8250b31f1f9ba4cf687330.zip |
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/tkstep80')
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index cb7d06d6ec92..035da8e6eb5d 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/ |