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 /mail/qmail-lint | |
parent | ee90b572a694e53c91c3f84b3e56b5f1ce169ae5 (diff) | |
download | pkgsrc-f928be280d3f2baae549a0b52c69fb333c675f0c.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'mail/qmail-lint')
-rw-r--r-- | mail/qmail-lint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-lint/Makefile b/mail/qmail-lint/Makefile index 8cd10fd17f2..23c13e958a0 100644 --- a/mail/qmail-lint/Makefile +++ b/mail/qmail-lint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:46:56 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 16:56:54 martti Exp $ # DISTNAME= qmail-lint-0.55 @@ -10,7 +10,7 @@ EXTRACT_SUFX= # MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://www.qmail.org/ -COMMENT= examine the qmail configuration to see if any common errors exist +COMMENT= Examine the qmail configuration to see if any common errors exist EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} |