summaryrefslogtreecommitdiff
path: root/news/flnews
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 19:17:10 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 19:17:10 +0000
commitcfd9da61036529ae43e4a658ff14559aac7e9ee1 (patch)
tree56a14af15b6da30f1a851b4991ce098763761cf8 /news/flnews
parentb417240431df7772eb53e5a716c2cbd96c97609d (diff)
downloadpkgsrc-cfd9da61036529ae43e4a658ff14559aac7e9ee1.tar.gz
news: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'news/flnews')
-rw-r--r--news/flnews/options.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/news/flnews/options.mk b/news/flnews/options.mk
index 63e4f303515..6b4156c4e8e 100644
--- a/news/flnews/options.mk
+++ b/news/flnews/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/01/21 12:03:41 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/04 19:17:10 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.flnews
PKG_SUPPORTED_OPTIONS= inet6 nls xdbe xdg-utils
@@ -21,12 +21,12 @@ FLNEWS_OPT_DISABLE_IP6= 1
# nls: Optional support for National Language Support (NLS)
# Requires an OS with X/Open XSI extension API (SUSv2) and the gencat utility
# Note: Only locales with UTF-8, ISO-8859-1 or US-ASCII codeset are supported!
-PLIST_VARS+= nls
+PLIST_VARS+= nls
.if !empty(PKG_OPTIONS:Mnls)
-PLIST.nls= yes
-FLNEWS_OPT_DISABLE_NLS= 0
+PLIST.nls= yes
+FLNEWS_OPT_DISABLE_NLS= 0
.else
-FLNEWS_OPT_DISABLE_NLS= 1
+FLNEWS_OPT_DISABLE_NLS= 1
.endif
# xdbe: Optional support for X11 Double Buffer Extension (XDBE)