diff options
author | pst <pst@FreeBSD.org> | 1997-11-27 06:49:22 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-27 06:49:22 +0800 |
commit | 8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d (patch) | |
tree | e65710313d0b873766268a5e9dc414f1fafc95ea /lang/tcl84/Makefile | |
parent | 37255e075fd975a2e04c9613846ee21897a45b5b (diff) | |
download | freebsd-ports-gnome-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.tar.gz freebsd-ports-gnome-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.tar.zst freebsd-ports-gnome-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.zip |
Upgrade to v8.0 PL1.
Thanks go to all the folks who tested on their systems and tested ports
that relied on Tcl/Tk v8.x.
Diffstat (limited to 'lang/tcl84/Makefile')
-rw-r--r-- | lang/tcl84/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 77d268b4d756..ce5a14972401 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -3,17 +3,17 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp $ +# $Id: Makefile,v 1.2 1997/10/08 10:48:41 asami Exp $ # -DISTNAME= tcl8.0 -PKGNAME= tcl-8.0 +DISTNAME= tcl8.0p1 +PKGNAME= tcl-8.0.1 CATEGORIES= lang tcl80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jkh@freebsd.org -WRKSRC= ${WRKDIR}/${DISTNAME}/unix +WRKSRC= ${WRKDIR}/tcl8.0/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} |