diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 19:17:10 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 19:17:10 +0000 |
commit | cfd9da61036529ae43e4a658ff14559aac7e9ee1 (patch) | |
tree | 56a14af15b6da30f1a851b4991ce098763761cf8 /news/trn | |
parent | b417240431df7772eb53e5a716c2cbd96c97609d (diff) | |
download | pkgsrc-cfd9da61036529ae43e4a658ff14559aac7e9ee1.tar.gz |
news: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'news/trn')
-rw-r--r-- | news/trn/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/trn/options.mk b/news/trn/options.mk index 27f08541d5d..ac5c8030a40 100644 --- a/news/trn/options.mk +++ b/news/trn/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.4 2011/01/14 16:58:26 asau Exp $ +# $NetBSD: options.mk,v 1.5 2019/11/04 19:17:11 rillig Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.trn +PKG_OPTIONS_VAR= PKG_OPTIONS.trn PKG_OPTIONS_REQUIRED_GROUPS= nntpclient PKG_OPTIONS_GROUP.nntpclient= trn-inn trn-nntpclnt -PKG_SUGGESTED_OPTIONS+= trn-nntpclnt +PKG_SUGGESTED_OPTIONS+= trn-nntpclnt .include "../../mk/bsd.options.mk" |