diff options
Diffstat (limited to 'lang/tcl80/Makefile')
-rw-r--r-- | lang/tcl80/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 77d268b4d756..ce5a14972401 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/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} |