summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:12:51 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:12:51 +0000
commit805b440f10356ac31240fdb9960107d1f547f52f (patch)
tree76544c2b719967417daf101900353fc02066f614 /security/openssh
parent1c44ec1b14eb5e1fcb019972f90d270ed64d21b1 (diff)
downloadpkgsrc-805b440f10356ac31240fdb9960107d1f547f52f.tar.gz
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/options.mk b/security/openssh/options.mk
index 46115bfecad..d614f2c17ed 100644
--- a/security/openssh/options.mk
+++ b/security/openssh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.37 2019/09/06 09:03:00 manu Exp $
+# $NetBSD: options.mk,v 1.38 2019/11/04 21:12:56 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssh
PKG_SUPPORTED_OPTIONS= editline kerberos openssl pam legacymodsz
@@ -28,7 +28,7 @@ CONFIGURE_ENV+= ac_cv_search_k_hasafs=no
.endif
.if !empty(PKG_OPTIONS:Mlegacymodsz)
-CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS} -DSSH_RSA_INSECURE_LEGACY_MIN_MOD_SZ=768"
+CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS} -DSSH_RSA_INSECURE_LEGACY_MIN_MOD_SZ=768"
.endif
#.if !empty(PKG_OPTIONS:Mhpn-patch)