summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:14:06 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:14:06 +0000
commitef482b78e029548a99588f95eff363467deb3687 (patch)
tree20bdb4180c7f1d639154a113e8fdf36166c6de0b /shells/bash2
parent805b440f10356ac31240fdb9960107d1f547f52f (diff)
downloadpkgsrc-ef482b78e029548a99588f95eff363467deb3687.tar.gz
shells: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 8682d0f73d1..4a648ab05f9 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2017/01/19 18:52:25 agc Exp $
+# $NetBSD: Makefile,v 1.92 2019/11/04 21:14:06 rillig Exp $
#
DISTNAME= bash-2.05b
@@ -19,13 +19,13 @@ COMMENT= The GNU Bourne Again Shell (version 2)
CONFLICTS= static-bash-[0-9]*
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-installed-readline
-USE_TOOLS+= yacc
-MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
-CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
-TEST_TARGET= test
-MAKE_JOBS_SAFE= no
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-installed-readline
+USE_TOOLS+= yacc
+MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
+CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
+TEST_TARGET= test
+MAKE_JOBS_SAFE= no
BROKEN_GETTEXT_DETECTION= yes
PKG_SHELL= bin/bash
@@ -44,7 +44,7 @@ PKG_SUGGESTED_OPTIONS= multibyte
## Static link
##
.if !empty(PKG_OPTIONS:Mstatic)
-CONFIGURE_ARGS+= --enable-static-link
+CONFIGURE_ARGS+= --enable-static-link
BUILDLINK_DEPMETHOD.gettext= build
BUILDLINK_DEPMETHOD.readline= build
.endif