summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-01 01:10:13 +0000
committerrillig <rillig@pkgsrc.org>2018-01-01 01:10:13 +0000
commit68390197c9b4114e5c686ca7e2cad528b63a782b (patch)
treef89be5de0d0cc20845bfe867721374c458fce77b /benchmarks
parent17595221ed3df7bf90191be60f540e47103ced92 (diff)
downloadpkgsrc-68390197c9b4114e5c686ca7e2cad528b63a782b.tar.gz
Cleanup: replace curly braces with parentheses.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/filebench/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/filebench/Makefile b/benchmarks/filebench/Makefile
index 1ae8846fc71..6abf58fae36 100644
--- a/benchmarks/filebench/Makefile
+++ b/benchmarks/filebench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/08/27 15:40:42 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/01 01:12:10 rillig Exp $
DISTNAME= filebench-1.4.9.1
CATEGORIES= benchmarks
@@ -14,10 +14,10 @@ USE_TOOLS= lex
USE_TOOLS+= aclocal autoconf automake
pre-configure:
- cd $(WRKSRC) && aclocal && automake -a && autoconf
+ cd ${WRKSRC} && aclocal && automake -a && autoconf
post-install:
- cd $(WRKSRC) && $(INSTALL_DATA) README $(DESTDIR)$(PREFIX)/share/$(PKGBASE)/
+ cd ${WRKSRC} && ${INSTALL_DATA} README ${DESTDIR}${PREFIX}/share/${PKGBASE}/
.include "../../devel/libtecla/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"