summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorrillig <rillig>2016-07-09 11:48:12 +0000
committerrillig <rillig>2016-07-09 11:48:12 +0000
commita16ae2e0063b417b26c7f6993303364d91939d76 (patch)
treef017c56ef7b21e2e85bf33053830f977a57d5c26 /benchmarks
parent99a95d1ad80bd98ab9fb9f7b1c918e7a4e136aeb (diff)
downloadpkgsrc-a16ae2e0063b417b26c7f6993303364d91939d76.tar.gz
Fixed some pkglint warnings.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iozone/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 5f04adad78c..f699d1dcba5 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2016/07/09 06:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2016/07/09 11:48:12 rillig Exp $
DISTNAME= iozone3_430
PKGNAME= ${DISTNAME:S/3_/-3./}
@@ -44,15 +44,15 @@ BUILD_TARGET= ${OPSYS}
BUILD_TARGET= generic
.endif
-REPLACE_PERL = iozone_visualizer.pl report.pl
+REPLACE_PERL= iozone_visualizer.pl report.pl
SUBST_CLASSES+= crlf
SUBST_MESSAGE.crlf= Stripping EOL CR in ${REPLACE_PERL}
SUBST_STAGE.crlf= post-extract
SUBST_FILES.crlf= ${REPLACE_PERL}
SUBST_FILTER_CMD.crlf= ${TR} -d '\r'
-EGDIR = share/examples/IOzone
-DOCDIR = share/doc/IOzone
+EGDIR= share/examples/IOzone
+DOCDIR= share/doc/IOzone
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${EGDIR} ${DOCDIR}
.include "options.mk"