diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-10-08 10:48:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-10-08 10:48:52 +0000 |
commit | f3532eef42f7a41ebfceb972a086c7899566acb3 (patch) | |
tree | 646604e980a4fb0176449b1d6c0d2524bcc57671 /lang/tcl80 | |
parent | d37f32479cc0d825d44f3500130ecd4d2d0ebf5c (diff) | |
download | ports-f3532eef42f7a41ebfceb972a086c7899566acb3.tar.gz ports-f3532eef42f7a41ebfceb972a086c7899566acb3.zip |
Add tcl/tk ports to the virtual categories that bear their own name.
Suggested by: jkh
Notes
Notes:
svn path=/head/; revision=8181
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 7bd3c81b5fb5..77d268b4d756 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,12 +3,12 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp $ # DISTNAME= tcl8.0 PKGNAME= tcl-8.0 -CATEGORIES= lang +CATEGORIES= lang tcl80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jkh@freebsd.org |