diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-16 15:58:37 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-16 15:58:37 +0000 |
commit | d5c4d3464e77e78cb646756c151a36f815c9dba0 (patch) | |
tree | f1a25a2efab137d530c309885a360a66b6b948a6 /lang/tcl84/Makefile | |
parent | 5a73b071a502f428d07e5038d2c6c61a53bd56c3 (diff) | |
download | FreeBSD-ports-d5c4d3464e77e78cb646756c151a36f815c9dba0.zip FreeBSD-ports-d5c4d3464e77e78cb646756c151a36f815c9dba0.tar.gz |
Upgrade a repository copy of 8.0 to version 8.1
Diffstat (limited to 'lang/tcl84/Makefile')
-rw-r--r-- | lang/tcl84/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index de99a34..1ce3dd4 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -1,19 +1,19 @@ -# New ports collection makefile for: tcl8.0 -# Version required: 8.0 +# New ports collection makefile for: tcl8.1 +# Version required: 8.1.a1 # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.3 1997/11/26 22:48:50 pst Exp $ +# $Id: Makefile,v 1.4 1997/12/01 16:50:49 pst Exp $ # -DISTNAME= tcl8.0p2 -PKGNAME= tcl-8.0.2 -CATEGORIES= lang tcl80 +DISTNAME= tcl8.1a1 +PKGNAME= tcl-8.1.a1 +CATEGORIES= lang tcl81 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ -MAINTAINER= jkh@freebsd.org +MAINTAINER= jseger@FreeBSD.ORG -WRKSRC= ${WRKDIR}/tcl8.0/unix +WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} |