diff options
author | jseger <jseger@FreeBSD.org> | 2000-01-05 07:11:54 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-01-05 07:11:54 +0000 |
commit | fd5b073b73c51875d52ea5888a2c68347f2b239b (patch) | |
tree | c3d3de9952b9b8769d166734436cfb8ad385b008 /lang/tcl84/Makefile | |
parent | bc00d8761b6da61611b4223f8c9b526c58aa1b50 (diff) | |
download | FreeBSD-ports-fd5b073b73c51875d52ea5888a2c68347f2b239b.zip FreeBSD-ports-fd5b073b73c51875d52ea5888a2c68347f2b239b.tar.gz |
Upgrade to tcl 8.2.3
Diffstat (limited to 'lang/tcl84/Makefile')
-rw-r--r-- | lang/tcl84/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index af1da5d..5d9a4d0 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: tcl8.2.2 -# Version required: 8.2.2 +# New ports collection makefile for: tcl8.2.3 +# Version required: 8.2.3 # Date created: 19 August 1997 # Whom: jkh # # $FreeBSD$ # -DISTNAME= tcl8.2.2 -PKGNAME= tcl-8.2.2 +DISTNAME= tcl8.2.3 +PKGNAME= tcl-8.2.3 CATEGORIES= lang tcl82 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/ @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} +MAKE_ENV= SHORT_TCL_VER=82 PKGINSTALL= ${PKGDIR}/INSTALL.tclsh PLIST_SUB= TCL_VER=8.2 SHORT_TCL_VER=82 |