diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:27:24 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:27:24 +0000 |
commit | a6f1375adbedcc49787191c4c7137acc5526dc8b (patch) | |
tree | fc13d4ad01582481b6e67a22c77463af9be3322e /textproc/bibclean | |
parent | 5e1d2270f9c55b6feb2e30d4fb67ba06953be0bb (diff) | |
download | pkgsrc-a6f1375adbedcc49787191c4c7137acc5526dc8b.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'textproc/bibclean')
-rw-r--r-- | textproc/bibclean/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/bibclean/Makefile b/textproc/bibclean/Makefile index f86f01c5c1e..291c45d4525 100644 --- a/textproc/bibclean/Makefile +++ b/textproc/bibclean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/04/21 21:46:58 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/21 17:27:25 martti Exp $ # DISTNAME= bibclean-2.11.4 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.math.utah.edu/pub/tex/bib/ MAINTAINER= seb@pbox.org HOMEPAGE= http://www.math.utah.edu/pub/bibclean/ -COMMENT= prettyprinter and syntax checker for BibTeX bibliography databases +COMMENT= Prettyprinter and syntax checker for BibTeX bibliography databases GNU_CONFIGURE= YES USE_BUILDLINK2= YES |