diff options
-rw-r--r-- | doc/CHANGES-2011 | 3 | ||||
-rw-r--r-- | misc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 6c035371e0b..8a6fde6af02 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2466 2011/10/11 13:19:32 adam Exp $ +$NetBSD: CHANGES-2011,v 1.2467 2011/10/11 19:53:49 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -3950,3 +3950,4 @@ Changes to the packages collection and infrastructure in 2011: Updated devel/scmgit-base to 1.7.7 [adam 2011-10-11] Updated devel/scmgit-docs to 1.7.7 [adam 2011-10-11] Updated games/wesnoth to 1.8.6 [adam 2011-10-11] + Added misc/color-theme version 6.6.0 [minskim 2011-10-11] diff --git a/misc/Makefile b/misc/Makefile index f3927c396c1..de530193490 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.362 2011/10/02 14:11:52 wiz Exp $ +# $NetBSD: Makefile,v 1.363 2011/10/11 19:53:50 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -30,6 +30,7 @@ SUBDIR+= cksfv SUBDIR+= colorize SUBDIR+= colorls SUBDIR+= colortail +SUBDIR+= color-theme SUBDIR+= cowsay SUBDIR+= cstream SUBDIR+= cuecat |