summaryrefslogtreecommitdiff
path: root/sysutils/mc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
commit15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch)
treecab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/mc
parentef482b78e029548a99588f95eff363467deb3687 (diff)
downloadpkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
Diffstat (limited to 'sysutils/mc')
-rw-r--r--sysutils/mc/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/mc/options.mk b/sysutils/mc/options.mk
index b3acccef296..bfb58e55fc5 100644
--- a/sysutils/mc/options.mk
+++ b/sysutils/mc/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.14 2015/08/28 07:47:08 wiz Exp $
+# $NetBSD: options.mk,v 1.15 2019/11/04 21:28:48 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.mc
+PKG_OPTIONS_VAR= PKG_OPTIONS.mc
PKG_OPTIONS_REQUIRED_GROUPS= screen
PKG_OPTIONS_GROUP.screen= ncurses slang
-PKG_SUPPORTED_OPTIONS= mc-charset x11
-PKG_SUGGESTED_OPTIONS= mc-charset slang
+PKG_SUPPORTED_OPTIONS= mc-charset x11
+PKG_SUGGESTED_OPTIONS= mc-charset slang
.include "../../mk/bsd.options.mk"