summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /benchmarks/iozone
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index d791a0e8bed..d2e92299e47 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/10/31 17:26:02 tv Exp $
+# $NetBSD: Makefile,v 1.31 2005/12/05 20:49:51 rillig Exp $
DISTNAME= iozone3_248
PKGNAME= iozone-3.248
@@ -22,20 +22,20 @@ MAKEFILE= makefile
.include "../../mk/bsd.prefs.mk"
.if !empty(OPSYS:M*BSD) || ${OPSYS} == "Linux"
- BUILD_TARGET= ${LOWER_OPSYS}
+BUILD_TARGET= ${LOWER_OPSYS}
.elif (${OPSYS} == "SunOS")
- BUILD_TARGET= Solaris
+BUILD_TARGET= Solaris
.elif (${OPSYS} == "Darwin")
- BUILD_TARGET= macosx
+BUILD_TARGET= macosx
.elif (${OPSYS} == "IRIX")
- BUILD_TARGET= ${OPSYS}${ABI:M64}
+BUILD_TARGET= ${OPSYS}${ABI:M64}
.elif (${OPSYS} == "BSDOS")
- BUILD_TARGET= bsdi
+BUILD_TARGET= bsdi
.elif (${OPSYS} == "AIX")
- BUILD_TARGET= ${OPSYS}
+BUILD_TARGET= ${OPSYS}
.else
- # XXX: generic should work, but specific target would be better
- BUILD_TARGET= generic
+# XXX: generic should work, but specific target would be better
+BUILD_TARGET= generic
.endif
INSTALLATION_DIRS= bin man/man1