summaryrefslogtreecommitdiff
path: root/benchmarks/hbench
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:55:29 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:55:29 +0000
commitb57402ce69da3e78cc96ff8ab53d8f3028c52eba (patch)
tree0a4c6c0712a1e43fff626ed881cb7f76832703ca /benchmarks/hbench
parent628d817a66ec2c89fb15484698191c23a90884c9 (diff)
downloadpkgsrc-b57402ce69da3e78cc96ff8ab53d8f3028c52eba.tar.gz
benchmarks: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r--benchmarks/hbench/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index 072f3d20dc0..73b9241883f 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2019/08/11 13:17:58 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2019/11/03 11:55:29 rillig Exp $
DISTNAME= hbench-OS-1.1
PKGNAME= hbench-1.1
@@ -16,12 +16,12 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
-WRKSRC= ${WRKDIR}/HBenchOS
-OSVERSION_SPECIFIC= YES
-BUILD_TARGET= build
-USE_TOOLS+= perl:run
+WRKSRC= ${WRKDIR}/HBenchOS
+OSVERSION_SPECIFIC= YES
+BUILD_TARGET= build
+USE_TOOLS+= perl:run
OVERRIDE_GNU_CONFIG_SCRIPTS= yes
-MAKE_JOBS_SAFE= no
+MAKE_JOBS_SAFE= no
GET_ARCH_CMD= ${PKGSRCDIR:Q}/mk/gnu-config/config.guess | ${SED} -e 's/-.*-.*$$//'
GET_OS_CMD= ${PKGSRCDIR:Q}/mk/gnu-config/config.guess | ${SED} -e 's/^[^-]*-[^-]*-//;s/-.*$$//'