diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-02 23:41:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-02 23:41:50 +0000 |
commit | 85bc7daddf378b686c276a24d1ee129e2b65efaf (patch) | |
tree | c6360e38004e3290fb269910774d3faccf1791bc /security | |
parent | 96d1c3bad9aaef34722cd0a1470ac71dc1c0ed32 (diff) | |
download | pkgsrc-85bc7daddf378b686c276a24d1ee129e2b65efaf.tar.gz |
Grammar fix.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/builtin.mk | 6 |
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" } \ |