diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
commit | 32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch) | |
tree | 5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/gimp | |
parent | 2476b87659dab34be04553e56079d38facafe0ad (diff) | |
download | pkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz |
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 9c034a47087..8b4d450d09a 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.317 2019/11/02 14:06:44 nia Exp $ +# $NetBSD: Makefile,v 1.318 2019/11/02 22:37:57 rillig Exp $ DISTNAME= gimp-2.10.14 CATEGORIES= graphics @@ -51,11 +51,11 @@ _TOOLS_USE_PKGSRC.xgettext= yes # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} -PLIST_VARS+= remote +PLIST_VARS+= remote .if ${OPSYS} == "Darwin" -PLIST_SUBST+= GIMP_DEBUG_TOOL_DIR="bin" +PLIST_SUBST+= GIMP_DEBUG_TOOL_DIR="bin" .else -PLIST_SUBST+= GIMP_DEBUG_TOOL_DIR="libexec" +PLIST_SUBST+= GIMP_DEBUG_TOOL_DIR="libexec" .endif .include "options.mk" |