diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-25 23:47:09 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-25 23:47:09 +0000 |
commit | fbe418130c4761162faf325ab6dc02a83078d86b (patch) | |
tree | 5c66dd661cafb52c562967b9105fead79927efc7 /lang/itcl | |
parent | 18c444948af0e3aa0e41a1f59fd584c6ab8a8ff1 (diff) | |
download | ports-fbe418130c4761162faf325ab6dc02a83078d86b.tar.gz ports-fbe418130c4761162faf325ab6dc02a83078d86b.zip |
Notes
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index bcc53d02da89..cb34637109b9 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,10 +3,11 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.11 1996/08/24 03:51:00 chuckr Exp $ +# $Id: Makefile,v 1.12 1996/08/24 17:12:05 chuckr Exp $ # DISTNAME= itcl2.1 +PKGNAME= itcl-2.1 GNU_CONFIGURE= yes CATEGORIES+= lang MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/ |