From 32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 2 Nov 2019 22:37:52 +0000 Subject: graphics: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. --- graphics/gimp/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/gimp') 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" -- cgit v1.2.3