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/tnef2txt | |
parent | 0ba95b8b66bf5eeff320b5ead8f56dcd72d81fc4 (diff) | |
download | pkgsrc-0af0fde014d34081c21a85fa0c0ae63f8fea7817.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'mail/tnef2txt')
-rw-r--r-- | mail/tnef2txt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tnef2txt/Makefile b/mail/tnef2txt/Makefile index 87a5914594c..ec8e37c8735 100644 --- a/mail/tnef2txt/Makefile +++ b/mail/tnef2txt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:47:09 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 16:56:57 martti Exp $ # DISTNAME= tnef2txt-1.4 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.fiction.net/blong/programs/tnef2txt/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.fiction.net/blong/programs/ -COMMENT= portable application/ms-tnef parser +COMMENT= Portable application/ms-tnef parser ALL_TARGET= tnef2txt |