summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0dd0ea596a01ad42bf95558677bb8b3558cfc518 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /security/openssl
parent2040f60083a0ef86919ddcf2b21a05cd4b863326 (diff)
downloadpkgsrc-0dd0ea596a01ad42bf95558677bb8b3558cfc518.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.mk16
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