diff options
author | martti <martti> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:20:17 +0000 |
commit | 3b3e497d9487a4bc1f0479dd8e441182ef086541 (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/smimemsg/Makefile | |
parent | 54c9ec195d4868564d9533cc27abcd9eec796fbb (diff) | |
download | pkgsrc-3b3e497d9487a4bc1f0479dd8e441182ef086541.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/smimemsg/Makefile')
-rw-r--r-- | security/smimemsg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/smimemsg/Makefile b/security/smimemsg/Makefile index bfb5ea1d905..6cc5ac51607 100644 --- a/security/smimemsg/Makefile +++ b/security/smimemsg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:15 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/21 17:20:36 martti Exp $ # DISTNAME= smimemsg15 @@ -9,7 +9,7 @@ MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/ MAINTAINER= tech-pkg@jp.NetBSD.org HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ -COMMENT= generate and read S/MIME messages +COMMENT= Generate and read S/MIME messages GNU_CONFIGURE= YES |