summaryrefslogtreecommitdiff
path: root/wm/xmonad-contrib
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:50:15 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:50:15 +0000
commitd889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (patch)
treef5c277fa86e76ff8a7479959cf37006887f5e5a2 /wm/xmonad-contrib
parent677e9a4c14a2682ef0e190aee0c4c5110d8ebc23 (diff)
downloadpkgsrc-d889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb.tar.gz
wm: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'wm/xmonad-contrib')
-rw-r--r--wm/xmonad-contrib/options.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/wm/xmonad-contrib/options.mk b/wm/xmonad-contrib/options.mk
index 0d4dabba317..fea4b340e75 100644
--- a/wm/xmonad-contrib/options.mk
+++ b/wm/xmonad-contrib/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2018/07/04 13:40:40 jperkin Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/04 21:50:16 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xmonad-contrib
-PKG_SUPPORTED_OPTIONS= xft2
-PKG_SUGGESTED_OPTIONS= xft2
+PKG_SUPPORTED_OPTIONS= xft2
+PKG_SUGGESTED_OPTIONS= xft2
.include "../../mk/bsd.options.mk"
@@ -14,8 +14,8 @@ SUBST_STAGE.1= pre-patch
SUBST_FILES.1= xmonad-contrib.cabal
SUBST_SED.1= -e "s|render text|render text+ default: False|"
-SUBST_CLASSES+= 2
-SUBST_STAGE.2= pre-configure
-SUBST_FILES.2= xmonad-contrib.cabal
+SUBST_CLASSES+= 2
+SUBST_STAGE.2= pre-configure
+SUBST_FILES.2= xmonad-contrib.cabal
SUBST_FILTER_CMD.2= ${TR} '+' \\n
.endif