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 unified 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,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.3 2013/08/27 15:40:42 joerg Exp $ 1# $NetBSD: Makefile,v 1.4 2018/01/01 01:12:10 rillig Exp $
2 2
3DISTNAME= filebench-1.4.9.1 3DISTNAME= filebench-1.4.9.1
4CATEGORIES= benchmarks 4CATEGORIES= benchmarks
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filebench/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filebench/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://filebench.sf.net/ 8HOMEPAGE= http://filebench.sf.net/
9COMMENT= File system and storage benchmark 9COMMENT= File system and storage benchmark
10 10
11GNU_CONFIGURE= yes 11GNU_CONFIGURE= yes
12 12
13USE_TOOLS= lex 13USE_TOOLS= lex
14USE_TOOLS+= aclocal autoconf automake 14USE_TOOLS+= aclocal autoconf automake
15 15
16pre-configure: 16pre-configure:
17 cd $(WRKSRC) && aclocal && automake -a && autoconf 17 cd ${WRKSRC} && aclocal && automake -a && autoconf
18 18
19post-install: 19post-install:
20 cd $(WRKSRC) && $(INSTALL_DATA) README $(DESTDIR)$(PREFIX)/share/$(PKGBASE)/ 20 cd ${WRKSRC} && ${INSTALL_DATA} README ${DESTDIR}${PREFIX}/share/${PKGBASE}/
21 21
22.include "../../devel/libtecla/buildlink3.mk" 22.include "../../devel/libtecla/buildlink3.mk"
23.include "../../mk/pthread.buildlink3.mk" 23.include "../../mk/pthread.buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"