diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 05:47:15 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 05:47:15 +0800 |
commit | 9b37fbae4caa9aa7445050824376535a268d2b31 (patch) | |
tree | c5ea529a9f6895e7723800b42866a8c7777f48ae /lang/tcl84 | |
parent | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff) | |
download | freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.tar.zst freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.zip |
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 62bfb323d10d..5bf395c56789 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/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 |