diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
commit | 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch) | |
tree | 97ee76f3981200121bbba776c699b2cf57cc3af5 /net/irrd | |
parent | c541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff) | |
download | pkgsrc-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.mk | 6 |
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" |