diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-04 06:59:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-04 06:59:29 +0000 |
commit | 1976bfbf8bc5dfbe6c48fba521929cd085b6cad0 (patch) | |
tree | 580e993cc18a1592905e17cb3e907fd171edd6c8 /x11-toolkits | |
parent | 3112ae302767f4c746b1e73b9ac113f8d256f8de (diff) |
Notes
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 316d746e6d00..38cd1a4179a1 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 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/ |