Mon Jan 1 01:12:10 2018 UTC ()
Cleanup: replace curly braces with parentheses.


(rillig)
diff -r1.3 -r1.4 pkgsrc/benchmarks/filebench/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/benchmarks/filebench/Makefile (expand / switch to context diff)
--- pkgsrc/benchmarks/filebench/Makefile 2013/08/27 15:40:42 1.3
+++ pkgsrc/benchmarks/filebench/Makefile 2018/01/01 01:12:10 1.4
@@ -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+=	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"