summaryrefslogtreecommitdiff
path: root/wm/fvwm-themes
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/fvwm-themes
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/fvwm-themes')
-rw-r--r--wm/fvwm-themes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/fvwm-themes/Makefile b/wm/fvwm-themes/Makefile
index 88cf6f3d5dc..6e987900154 100644
--- a/wm/fvwm-themes/Makefile
+++ b/wm/fvwm-themes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:24:15 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/04 21:50:16 rillig Exp $
#
DISTNAME= fvwm-themes-${THEM_VER}
@@ -30,7 +30,7 @@ REPLACE_PERL+= themes/cde/modules/create-buttonbar-config
#### 1 ####
SUBST_CLASSES+= Makefile
SUBST_FILES.Makefile= Makefile.am Makefile.in
-SUBST_SED.Makefile= -e 's|FT_DATADIR=@FT_DATADIR@|FT_DATADIR=${DESTDIR}@FT_DATADIR@|'
+SUBST_SED.Makefile= -e 's|FT_DATADIR=@FT_DATADIR@|FT_DATADIR=${DESTDIR}@FT_DATADIR@|'
SUBST_STAGE.Makefile= pre-configure
SUBST_MESSAGE.Makefile= Modify shell script (Makefile)
@@ -48,8 +48,8 @@ SUBST_CLASSES+= fvwm-menuapp
SUBST_FILES.fvwm-menuapp= bin/fvwm-themes-menuapp-destdir.in
# -my $ftDir = "@FT_DATADIR@"
# +my $ftDir = "${DESTDIR}@FT_DATADIR@"
-SUBST_SED.fvwm-menuapp= -e 's|$$userDir, $$ftDataDir|$$userDir, \"${DESTDIR}\".$$ftDataDir|'
-SUBST_SED.fvwm-menuapp= -e 's|my $$ftDir = "@FT_DATADIR@"|my $$ftDir = \"${DESTDIR}@FT_DATADIR@\"|'
+SUBST_SED.fvwm-menuapp= -e 's|$$userDir, $$ftDataDir|$$userDir, \"${DESTDIR}\".$$ftDataDir|'
+SUBST_SED.fvwm-menuapp= -e 's|my $$ftDir = "@FT_DATADIR@"|my $$ftDir = \"${DESTDIR}@FT_DATADIR@\"|'
SUBST_STAGE.fvwm-menuapp= pre-configure
SUBST_MESSAGE.fvwm-menuapp= Fixing FT_DATADIR (fvwm-themes-datadir)