diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /security/openssl | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/builtin.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk index c798453222b..379ad87baf9 100644 --- a/security/openssl/builtin.mk +++ b/security/openssl/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.20 2006/08/09 11:23:20 abs Exp $ +# $NetBSD: builtin.mk,v 1.21 2007/02/22 19:27:08 wiz Exp $ BUILTIN_PKG:= openssl @@ -59,7 +59,7 @@ BUILTIN_VERSION.openssl!= \ # # If the native OpenSSL contains the security fixes pulled up to the # netbsd-1-6 branch on 2003-11-07, then pretend it's openssl-0.9.6l. -# +# BUILTIN_OPENSSL_HAS_20031107_FIX!= \ ${AWK} 'BEGIN { ans = "no" } \ /OPENSSL_HAS_20031107_FIX/ { ans = "yes" } \ @@ -71,7 +71,7 @@ BUILTIN_VERSION.openssl= 0.9.6l # # If the native OpenSSL contains the security fixes pulled up to the # netbsd-1-6 branch on 2004-04-01, then pretend it's openssl-0.9.6m. -# +# BUILTIN_OPENSSL_HAS_20040401_FIX!= \ ${AWK} 'BEGIN { ans = "no" } \ /OPENSSL_HAS_20040401_FIX/ { ans = "yes" } \ @@ -86,7 +86,7 @@ BUILTIN_VERSION.openssl= 0.9.6m # If the native OpenSSL contains the security fixes pulled up to the # netbsd-2-0, netbsd-2, and netbsd-3-0 branches on 2005-10-11, then # pretend it's openssl-0.9.7h. -# +# BUILTIN_OPENSSL_HAS_20051011_FIX!= \ ${AWK} 'BEGIN { ans = "no" } \ /OPENSSL_HAS_20051011_FIX/ { ans = "yes" } \ @@ -209,13 +209,13 @@ buildlink-openssl-des-h: . endif # USE_OLD_DES_API == yes . if defined(PKG_SYSCONFDIR.openssl) -SSLDIR= ${PKG_SYSCONFDIR.openssl} +SSLDIR= ${PKG_SYSCONFDIR.openssl} . elif ${OPSYS} == "NetBSD" -SSLDIR= /etc/openssl +SSLDIR= /etc/openssl . elif !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) -SSLDIR= /etc/ssl # most likely place +SSLDIR= /etc/ssl # most likely place . else -SSLDIR= ${PKG_SYSCONFBASEDIR}/openssl +SSLDIR= ${PKG_SYSCONFBASEDIR}/openssl . endif SSLCERTS= ${SSLDIR}/certs |