diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 21:13:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 21:13:16 +0800 |
commit | a9cec408bb426d399b1276a22e34274c50f7cc40 (patch) | |
tree | 8eb90590d887e84087afbb8c4ead000485812af0 /lang/itcl | |
parent | c575f744ba87d3b601bd505c2632055be52689b5 (diff) | |
download | freebsd-ports-gnome-a9cec408bb426d399b1276a22e34274c50f7cc40.tar.gz freebsd-ports-gnome-a9cec408bb426d399b1276a22e34274c50f7cc40.tar.zst freebsd-ports-gnome-a9cec408bb426d399b1276a22e34274c50f7cc40.zip |
Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 6a254d47b14f..a28a93be9655 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,12 +3,12 @@ # Date created: Mon Oct 3 22:06:21 EDT 1994 # Whom: rww # -# $Id: Makefile,v 1.7 1995/06/24 11:39:31 asami Exp $ +# $Id: Makefile,v 1.8 1995/10/11 01:19:48 asami Exp $ # DISTNAME= itcl-1.5 HAS_CONFIGURE= yes -CATEGORIES+= languages +CATEGORIES+= lang MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ DEPENDS= ${PORTSDIR}/lang/tcl |