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 | f9489cff2ae40d2c944c358930676b97008edf31 (patch) | |
tree | f017c56ef7b21e2e85bf33053830f977a57d5c26 /benchmarks | |
parent | ea479a40f6e62d142ecf3eed77ce96dcd30b1ca6 (diff) | |
download | pkgsrc-f9489cff2ae40d2c944c358930676b97008edf31.tar.gz |
Fixed some pkglint warnings.
Diffstat (limited to 'benchmarks')
-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" |