diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-08 23:30:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-08 23:30:44 +0000 |
commit | 7b028bbeff5e4fb2738f0654e85f9974d7ed0ca9 (patch) | |
tree | c4c82e47963a8e5a4f70d2fdd3d13aee67e2a7f2 | |
parent | 47639ae5be35001d81de1b23015a5d53e64301ce (diff) | |
download | pkgsrc-7b028bbeff5e4fb2738f0654e85f9974d7ed0ca9.tar.gz |
Add fluxter.
-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 539432f17e0..8204d23072f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13510 2006/04/08 23:27:17 minskim Exp $ +$NetBSD: CHANGES,v 1.13511 2006/04/08 23:30:44 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -1978,3 +1978,4 @@ Changes to the packages collection and infrastructure in 2006: Updated textproc/rubber to 1.1 [tonio 2006-04-08] Updated devel/mercurial to 0.8.1 [minskim 2006-04-08] Updated wm/fluxbox to 0.9.15.1nb1 [minskim 2006-04-08] + Added wm/fluxter version 0.1.0 [minskim 2006-04-08] diff --git a/wm/Makefile b/wm/Makefile index afd7b4db65b..09d28166c82 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2006/01/03 16:05:52 rxg Exp $ +# $NetBSD: Makefile,v 1.81 2006/04/08 23:30:45 minskim Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -24,6 +24,7 @@ SUBDIR+= enlightenment SUBDIR+= ethemes SUBDIR+= evilwm SUBDIR+= fluxbox +SUBDIR+= fluxter SUBDIR+= flwm #SUBDIR+= fvwm-devel # conflicts with other fvwm packages SUBDIR+= fvwm1 |