summaryrefslogtreecommitdiff
path: root/security/sudo
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/sudo
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/sudo')
-rw-r--r--security/sudo/options.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/sudo/options.mk b/security/sudo/options.mk
index aa0785ef641..237e682f8dc 100644
--- a/security/sudo/options.mk
+++ b/security/sudo/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.22 2018/08/14 13:18:37 adam Exp $
+# $NetBSD: options.mk,v 1.23 2019/11/04 21:13:03 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.sudo
-PKG_SUPPORTED_OPTIONS= ldap nls
-PKG_OPTIONS_OPTIONAL_GROUPS=auth
-PKG_OPTIONS_GROUP.auth= kerberos pam skey
+PKG_OPTIONS_VAR= PKG_OPTIONS.sudo
+PKG_SUPPORTED_OPTIONS= ldap nls
+PKG_OPTIONS_OPTIONAL_GROUPS= auth
+PKG_OPTIONS_GROUP.auth= kerberos pam skey
.if ${OPSYS} == "NetBSD" && exists(/usr/include/skey.h)
PKG_SUGGESTED_OPTIONS= skey