diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-18 09:58:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-18 09:58:58 +0000 |
commit | ec6d448ffaaa7833ab33bbc92e0b24f42bdbb578 (patch) | |
tree | 867c07f5e922d8db4c752eef1b1dff33918224d0 /wm | |
parent | 0e8eac52c444d61844766502f28a6e92124a1a1d (diff) | |
download | pkgsrc-ec6d448ffaaa7833ab33bbc92e0b24f42bdbb578.tar.gz |
Update COMMENT and DESCR to reflect that this is an older version of
openbox.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox2/DESCR | 14 | ||||
-rw-r--r-- | wm/openbox2/Makefile | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/wm/openbox2/DESCR b/wm/openbox2/DESCR index 695c4691e99..1a634ec2425 100644 --- a/wm/openbox2/DESCR +++ b/wm/openbox2/DESCR @@ -1,5 +1,9 @@ -Openbox is a window manager for the X11 windowing system. It currently runs -on a large list of platforms. It was originally based on Blackbox and -currently remains very similar, even using Blackbox styles (with available -extensions) for its themeing and is written entirely in C++ and maintains no -dependencies on any libraries other than X11. +Openbox is a window manager for the X11 windowing system. It +currently runs on a large list of platforms. It was originally +based on Blackbox and currently remains very similar, even using +Blackbox styles (with available extensions) for its themeing and +is written entirely in C++ and maintains no dependencies on any +libraries other than X11. + +This is the older 2.x version of openbox; for the current version +look in the ``openbox'' package. diff --git a/wm/openbox2/Makefile b/wm/openbox2/Makefile index 51222bfcbcd..cfda639ee60 100644 --- a/wm/openbox2/Makefile +++ b/wm/openbox2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/18 09:55:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/18 09:58:58 wiz Exp $ # DISTNAME= openbox-2.2.3 @@ -7,7 +7,7 @@ MASTER_SITES= http://icculus.org/openbox/releases/ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://icculus.org/openbox/ -COMMENT= Window manager based on Blackbox +COMMENT= Window manager based on Blackbox (2.x branch) DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot |