diff options
author | pst <pst@FreeBSD.org> | 1997-12-01 16:51:01 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-12-01 16:51:01 +0000 |
commit | af6b183f077b4e65f66f4ac6aec9f653cca2492b (patch) | |
tree | 02de1e63a43f96354cb066c5c9689992b3546d9f /lang/tcl80/Makefile | |
parent | 085d32cb0780ad2e37233786c2e1192c36b8ae16 (diff) | |
download | FreeBSD-ports-af6b183f077b4e65f66f4ac6aec9f653cca2492b.zip FreeBSD-ports-af6b183f077b4e65f66f4ac6aec9f653cca2492b.tar.gz |
Upgrade to 8.0PL2
Diffstat (limited to 'lang/tcl80/Makefile')
-rw-r--r-- | lang/tcl80/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index ce5a149..de99a34 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,11 +3,11 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.2 1997/10/08 10:48:41 asami Exp $ +# $Id: Makefile,v 1.3 1997/11/26 22:48:50 pst Exp $ # -DISTNAME= tcl8.0p1 -PKGNAME= tcl-8.0.1 +DISTNAME= tcl8.0p2 +PKGNAME= tcl-8.0.2 CATEGORIES= lang tcl80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ |