diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-09 11:48:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-09 11:48:12 +0000 |
commit | 4396dbbd72e3a327706524e459994fec00008372 (patch) | |
tree | 261c78a5c9800fd11938edb23ffb972bdf7507dc /benchmarks/iozone | |
parent | 7f43195e59f0e959ff2f2a5e171355777d90c13e (diff) | |
download | pkgsrc-4396dbbd72e3a327706524e459994fec00008372.tar.gz |
Fixed some pkglint warnings.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 8 |
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" |