diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-08 05:05:57 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-08 05:05:57 +0000 |
commit | f18875debda036348e0c2108f23e59d56315dab4 (patch) | |
tree | 32a4d2c081f524eb5019b97a98d4813516ae71c3 /x11-toolkits/tk83/Makefile | |
parent | Upgrade to 8.3.2. (diff) |
Upgrade to 8.3.2.
PR: ports/25372
Diffstat (limited to 'x11-toolkits/tk83/Makefile')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index f6762b66acf2..62939ad8eff2 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tk -PORTVERSION= 8.3.1 +PORTVERSION= 8.3.2 CATEGORIES= x11-toolkits tk83 -MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/devel/ \ - http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/devel/ -DISTNAME= ${PORTNAME}${PORTVERSION}plus +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR= tcl8_3 +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jseger@FreeBSD.org |