diff options
author | reed <reed@pkgsrc.org> | 2003-12-09 00:54:29 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2003-12-09 00:54:29 +0000 |
commit | aa42f1c5ce073c0c86db874d7cec0e3530ae397e (patch) | |
tree | aaa9a0beb1b4e46eb357fbb32b2cd6fe0de3fd7f /devel/GConf2/Makefile.common | |
parent | c1e49db845f604f944ef43ae6e06871499fb9760 (diff) | |
download | pkgsrc-aa42f1c5ce073c0c86db874d7cec0e3530ae397e.tar.gz |
Capitalize first letter of COMMENT.
Diffstat (limited to 'devel/GConf2/Makefile.common')
-rw-r--r-- | devel/GConf2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index b696c026540..aac24a1f201 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2003/07/17 21:29:16 grant Exp $ +# $NetBSD: Makefile.common,v 1.7 2003/12/09 00:54:29 reed Exp $ # DISTNAME= GConf-2.2.0 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://advogato.org/proj/GConf/ -COMMENT= configuration database system used by GNOME (v2) +COMMENT= Configuration database system used by GNOME (v2) BUILD_USES_MSGFMT= yes |