diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /benchmarks/iozone | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 048110a8e51..587064e8d89 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/05/29 23:35:16 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2014/10/09 14:05:59 wiz Exp $ DISTNAME= iozone3_408 PKGNAME= iozone-3.408 @@ -15,8 +15,6 @@ LICENSE= iozone-license NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t -PKG_INSTALLATION_TYPES= overwrite pkgviews - WRKSRC= ${WRKDIR}/${DISTNAME}/src/current MAKE_FILE= makefile USE_TOOLS+= tee perl |