diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
commit | c1b54b4f61922c33d9de664f0881815f97d7f008 (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/sslwrap | |
parent | 8cee801716c19084440add72337db8c66fdecd77 (diff) | |
download | pkgsrc-c1b54b4f61922c33d9de664f0881815f97d7f008.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/sslwrap')
-rw-r--r-- | security/sslwrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 466d480652d..6c979c221ac 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:53:18 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/21 17:20:37 martti Exp $ # DISTNAME= ${PKGNAME:S/-//} @@ -8,7 +8,7 @@ MASTER_SITES= http://www.rickk.com/sslwrap/ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.rickk.com/sslwrap/ -COMMENT= simple ssl wrapper +COMMENT= Simple SSL wrapper USE_BUILDLINK2= YES |