diff options
author | martti <martti> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:35:12 +0000 |
commit | 7edec63da8d087916922eee3839d294038f11311 (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /editors/gnotepad | |
parent | cc45e6a9dee0ac7bfde650aa6d23bf5836da4aa6 (diff) | |
download | pkgsrc-7edec63da8d087916922eee3839d294038f11311.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'editors/gnotepad')
-rw-r--r-- | editors/gnotepad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile index e2b587b133c..a40cda6361e 100644 --- a/editors/gnotepad/Makefile +++ b/editors/gnotepad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/13 13:51:31 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/07/21 16:44:35 martti Exp $ DISTNAME= gnotepad+-1.3.3 PKGNAME= ${DISTNAME:S/+//} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnotepad/} MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://gnotepad.sourceforge.net/ -COMMENT= easy-to-use, yet feature-rich, simple HTML/text editor for X11 +COMMENT= Easy-to-use, yet feature-rich, simple HTML/text editor for X11 BUILD_USES_MSGFMT= YES |