diff options
author | martti <martti> | 2003-07-21 16:56:41 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:56:41 +0000 |
commit | 0af0fde014d34081c21a85fa0c0ae63f8fea7817 (patch) | |
tree | a3785f5e75be83c660585d68a3cd9dae1d0cb30b /mail/mush/Makefile | |
parent | 0ba95b8b66bf5eeff320b5ead8f56dcd72d81fc4 (diff) | |
download | pkgsrc-0af0fde014d34081c21a85fa0c0ae63f8fea7817.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'mail/mush/Makefile')
-rw-r--r-- | mail/mush/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile index 93893a31426..c18a13e9015 100644 --- a/mail/mush/Makefile +++ b/mail/mush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:46:33 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/21 16:56:46 martti Exp $ DISTNAME= mush-7.2.5 PKGNAME= mush-7.2.6.b4.pl1 @@ -18,7 +18,7 @@ PATCHFILES= patch-7.2.6-alpha-1 \ patch-7.2.6-beta-4 MAINTAINER= christos@NetBSD.org -COMMENT= text-based mail client +COMMENT= Text-based mail client LICENSE= mush-license RESTRICTED= "Can't sell the code as part of anything" |