diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
commit | a05c0a07b80dea11eea81423e72bb8e48657d1ae (patch) | |
tree | d0acdf67187748983f1ed227f55e4641b2b50de1 /lang/tcl80/Makefile | |
parent | bc0aa3f9d6e59ce02fd0b1347bd75e40f56544da (diff) |
Notes
Diffstat (limited to 'lang/tcl80/Makefile')
-rw-r--r-- | lang/tcl80/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 63b56788359c..63714b50180d 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.13 1999/03/11 21:47:13 scrappy Exp $ +# $Id: Makefile,v 1.14 1999/04/08 19:05:47 billf Exp $ # DISTNAME= tcl8.0.4 @@ -14,8 +14,6 @@ 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 |