diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 04:57:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 04:57:30 +0000 |
commit | e7bb064ce381558fb565dd1248cd0668f2a72360 (patch) | |
tree | 7edd5bd77d9bfdc65aa3eb1fa9eb063e5742a8ba | |
parent | e4d76d348e673b064d43680ebbb974dda38a7b91 (diff) | |
download | pkgsrc-e7bb064ce381558fb565dd1248cd0668f2a72360.tar.gz |
Added wm/cwm
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | wm/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ad6c66accb4..804f7f1b2ba 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11014 2005/09/03 23:01:44 tonio Exp $ +$NetBSD: CHANGES,v 1.11015 2005/09/04 04:57:30 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -3890,3 +3890,4 @@ Changes to the packages collection and infrastructure in 2005: Updated sysutils/rconfig to 0.43 [abs 2005-09-03] Added security/bcrypt version 1.1 [xtraeme 2005-09-04] Updated devel/apache-ant to 1.6.5 [tonio 2005-09-03] + Added wm/cwm version 3 [xtraeme 2005-09-04] diff --git a/wm/Makefile b/wm/Makefile index 557816a9df7..20ad6345f48 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2005/07/23 21:34:55 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2005/09/04 04:57:31 xtraeme Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -17,6 +17,7 @@ SUBDIR+= bbrun SUBDIR+= blackbox SUBDIR+= bsetroot SUBDIR+= ctwm +SUBDIR+= cwm SUBDIR+= e16menuedit2 SUBDIR+= econf SUBDIR+= enlightenment |