summaryrefslogtreecommitdiff
path: root/graphics/evas
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:37:52 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:37:52 +0000
commit32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch)
tree5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/evas
parent2476b87659dab34be04553e56079d38facafe0ad (diff)
downloadpkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'graphics/evas')
-rw-r--r--graphics/evas/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/evas/Makefile.common b/graphics/evas/Makefile.common
index c5c89767b75..87f7fc5b32c 100644
--- a/graphics/evas/Makefile.common
+++ b/graphics/evas/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2019/07/05 08:53:20 nia Exp $
+# $NetBSD: Makefile.common,v 1.17 2019/11/02 22:37:55 rillig Exp $
# used by graphics/evas-buffer/Makefile
# used by graphics/evas-edb/Makefile
@@ -58,8 +58,8 @@ CONFIGURE_ARGS+= --enable-cpu-altivec
.endif
# currently it is like it is
-MODULE_ARCH= ${LOWER_OPSYS}-${MACHINE_ARCH}-${EVAS_VERSION}
-PLIST_SUBST= MODULE_ARCH=${MODULE_ARCH}
-PRINT_PLIST_AWK+= { gsub(/${MODULE_ARCH}/, "$${MODULE_ARCH}") }
+MODULE_ARCH= ${LOWER_OPSYS}-${MACHINE_ARCH}-${EVAS_VERSION}
+PLIST_SUBST= MODULE_ARCH=${MODULE_ARCH}
+PRINT_PLIST_AWK+= { gsub(/${MODULE_ARCH}/, "$${MODULE_ARCH}") }
MAKE_FLAGS+= MODULE_ARCH=${MODULE_ARCH}