summaryrefslogtreecommitdiff
path: root/net/maradns
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
commit6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch)
tree97ee76f3981200121bbba776c699b2cf57cc3af5 /net/maradns
parentc541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff)
downloadpkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'net/maradns')
-rw-r--r--net/maradns/options.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/maradns/options.mk b/net/maradns/options.mk
index f645a1206b8..108d3e49ab6 100644
--- a/net/maradns/options.mk
+++ b/net/maradns/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2012/02/28 21:55:27 cheusov Exp $
+# $NetBSD: options.mk,v 1.2 2019/11/03 11:45:41 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.maradns
-PKG_SUPPORTED_OPTIONS+= inet6
-PKG_SUGGESTED_OPTIONS+= inet6
+PKG_OPTIONS_VAR= PKG_OPTIONS.maradns
+PKG_SUPPORTED_OPTIONS+= inet6
+PKG_SUGGESTED_OPTIONS+= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --ipv6
+CONFIGURE_ARGS+= --ipv6
.endif