diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-08-24 04:52:24 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-08-24 04:52:24 +0000 |
commit | 622c7601060309641a39530dd1f33ed210c8c955 (patch) | |
tree | 6da19f9e11e4268d5af39dbea47c4a6a3de3832c | |
parent | bfd98b3016696fa00b75b92f62470cc7e3e6e800 (diff) | |
download | pkgsrc-622c7601060309641a39530dd1f33ed210c8c955.tar.gz |
blackbox: tweak a comment
-rw-r--r-- | wm/blackbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile index b93e3de92a3..b66e304c50d 100644 --- a/wm/blackbox/Makefile +++ b/wm/blackbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/01/19 20:53:54 gutteridge Exp $ +# $NetBSD: Makefile,v 1.36 2020/08/24 04:52:24 gutteridge Exp $ DISTNAME= blackbox-0.65.0 PKGREVISION= 7 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/bradleythughes/blackbox -COMMENT= Small and fast X11R6 window manager +COMMENT= Small and fast X11 window manager LICENSE= mit DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot |