diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | 9b37fbae4caa9aa7445050824376535a268d2b31 (patch) | |
tree | c5ea529a9f6895e7723800b42866a8c7777f48ae /lang/tcl82 | |
parent | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff) | |
download | FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.zip FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz |
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'lang/tcl82')
-rw-r--r-- | lang/tcl82/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 62bfb32..5bf395c 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.13 1998/12/13 08:49:06 asami Exp $ +# $Id: Makefile,v 1.14 1999/01/17 14:06:44 ejc Exp $ # DISTNAME= tcl8.1b1 @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ MAINTAINER= jseger@FreeBSD.ORG +Y2K= http://www.scriptics.com/Y2K.html +WWW_SITE= http://www.scriptics.com + + FILE_DEPENDS= ${PORTSDIR}/lang/tcl80 NO_LATEST_LINK= yes |