summaryrefslogtreecommitdiff
path: root/net/irrd
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/irrd
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/irrd')
-rw-r--r--net/irrd/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/irrd/options.mk b/net/irrd/options.mk
index 073a87e7b75..4e1cad9ee1c 100644
--- a/net/irrd/options.mk
+++ b/net/irrd/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2013/04/08 11:17:18 rodent Exp $
+# $NetBSD: options.mk,v 1.4 2019/11/03 11:45:38 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.irrd
-PKG_SUPPORTED_OPTIONS= pthreads
+PKG_OPTIONS_VAR= PKG_OPTIONS.irrd
+PKG_SUPPORTED_OPTIONS= pthreads
PKG_SUGGESTED_OPTIONS= pthreads
.include "../../mk/bsd.options.mk"