diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:56:41 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:56:41 +0000 |
commit | f928be280d3f2baae549a0b52c69fb333c675f0c (patch) | |
tree | a3785f5e75be83c660585d68a3cd9dae1d0cb30b /meta-pkgs/windowmaker-desktop/Makefile | |
parent | ee90b572a694e53c91c3f84b3e56b5f1ce169ae5 (diff) | |
download | pkgsrc-f928be280d3f2baae549a0b52c69fb333c675f0c.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'meta-pkgs/windowmaker-desktop/Makefile')
-rw-r--r-- | meta-pkgs/windowmaker-desktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/windowmaker-desktop/Makefile b/meta-pkgs/windowmaker-desktop/Makefile index 649e03e49b0..8ccfcc73b05 100644 --- a/meta-pkgs/windowmaker-desktop/Makefile +++ b/meta-pkgs/windowmaker-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:48:38 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/21 16:58:19 martti Exp $ # DISTNAME= windowmaker-desktop-1.1 @@ -9,7 +9,7 @@ DISTFILES= # empty MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.windowmaker.org/ -COMMENT= provides a desktop based on the WindowMaker wm +COMMENT= Provides a desktop based on the WindowMaker wm DEPENDS+= windowmaker>=0.80.0:../../wm/windowmaker DEPENDS+= wterm-[0-9]*:../../x11/wterm |