diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | d5ba786a254c17d1333ad29b2032caca32ebbdf7 (patch) | |
tree | d55c75fcfc0b21b2d9d29130e6b54098919500f7 /lang/tcl80 | |
parent | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (diff) |
Notes
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 796bbbad177f..353f0da38601 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.11 1998/12/19 07:25:19 cwt Exp $ +# $Id: Makefile,v 1.12 1998/12/24 06:51:12 cwt Exp $ # DISTNAME= tcl8.0.4 @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ MAINTAINER= cwt@freebsd.org +Y2K= http://www.scriptics.com/Y2K.html +WWW_SITE= http://www.scriptics.com + + WRKSRC= ${WRKDIR}/tcl8.0.4/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared |