pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/filebench



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jan  1 01:12:10 UTC 2018

Modified Files:
        pkgsrc/benchmarks/filebench: Makefile

Log Message:
Cleanup: replace curly braces with parentheses.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/benchmarks/filebench/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/filebench/Makefile
diff -u pkgsrc/benchmarks/filebench/Makefile:1.3 pkgsrc/benchmarks/filebench/Makefile:1.4
--- pkgsrc/benchmarks/filebench/Makefile:1.3    Tue Aug 27 15:40:42 2013
+++ pkgsrc/benchmarks/filebench/Makefile        Mon Jan  1 01:12:10 2018
@@ -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"



Home | Main Index | Thread Index | Old Index