From 68390197c9b4114e5c686ca7e2cad528b63a782b Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 1 Jan 2018 01:10:13 +0000 Subject: Cleanup: replace curly braces with parentheses. --- benchmarks/filebench/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmarks') 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" -- cgit v1.2.3