diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
commit | 3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5 (patch) | |
tree | 894abee342189fe87e465e35996ad3d78c6f9903 /misc/colorls | |
parent | 914906c0488bded95eb42d72b4a677f0b13f1a3b (diff) | |
download | FreeBSD-ports-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.zip FreeBSD-ports-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.tar.gz |
Change "utilities" category to "misc" in preparation for move to misc.
Diffstat (limited to 'misc/colorls')
-rw-r--r-- | misc/colorls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index ee51c5e..8a3d4bf 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -3,12 +3,12 @@ # Date created: 8 March 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.6 1995/09/23 10:15:46 asami Exp $ +# $Id: Makefile,v 1.7 1995/10/04 09:41:18 asami Exp $ # DISTNAME= colorls PKGNAME= colorls-2.1 -CATEGORIES+= utilities +CATEGORIES+= misc MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/bin/ DISTFILES= ls.tar.gz |