diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:13:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:13:16 +0000 |
commit | 5812de6cad8e1e805064bee092950cdc9934a516 (patch) | |
tree | c7e8309958dbcfc8385a365e6b29258175c91037 /lang/icon | |
parent | Change "mail news utilities" to "mail news utils". (diff) |
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/icon')
-rw-r--r-- | lang/icon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index e34920accb02..9fca8b4e3dbc 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -3,12 +3,12 @@ # Date created: 05 April 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.2 1995/04/15 05:44:38 asami Exp $ +# $Id: Makefile,v 1.3 1995/07/29 09:54:58 asami Exp $ # DISTNAME= icon-9.0 DISTFILES= unix_tar.gz -CATEGORIES+= languages +CATEGORIES+= lang MASTER_SITES= ftp://cs.arizona.edu/icon/packages/unix/ PATCH_STRIP= -p1 |