summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-02 23:41:50 +0000
committerwiz <wiz@pkgsrc.org>2004-04-02 23:41:50 +0000
commitca4b3c701c02c0c743ac0e2bfa73b982c3edc2f2 (patch)
treec6360e38004e3290fb269910774d3faccf1791bc /security/openssl
parente3590b00f1cebcf4fcee2c7a5a9b705ff5973986 (diff)
downloadpkgsrc-ca4b3c701c02c0c743ac0e2bfa73b982c3edc2f2.tar.gz
Grammar fix.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/builtin.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk
index 4f27ebbffbb..325ea72636a 100644
--- a/security/openssl/builtin.mk
+++ b/security/openssl/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.4 2004/04/02 21:42:32 jlam Exp $
+# $NetBSD: builtin.mk,v 1.5 2004/04/02 23:41:50 wiz Exp $
_OPENSSL_PKGSRC_PKGNAME= openssl-0.9.6m
_OPENSSL_OPENSSLV_H= /usr/include/openssl/opensslv.h
@@ -61,7 +61,7 @@ BUILTIN_PKG.openssl= openssl-${_OPENSSL_VERSION}
. if !empty(_OPENSSL_VERSION:M0\.9\.6g)
#
# If the native OpenSSL contains the security fixes pulled up to the
-# netbsd-1-6 branch on 2003-11-07, and pretend it's openssl-0.9.6l.
+# netbsd-1-6 branch on 2003-11-07, then pretend it's openssl-0.9.6l.
#
_OPENSSL_HAS_20031107_FIX!= \
${AWK} 'BEGIN { ans = "no" } \
@@ -73,7 +73,7 @@ BUILTIN_PKG.openssl= openssl-0.9.6l
. endif
#
# If the native OpenSSL contains the security fixes pulled up to the
-# netbsd-1-6 branch on 2004-04-01, and pretend it's openssl-0.9.6m.
+# netbsd-1-6 branch on 2004-04-01, then pretend it's openssl-0.9.6m.
#
_OPENSSL_HAS_20040401_FIX!= \
${AWK} 'BEGIN { ans = "no" } \