summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
committerminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
commit7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01 (patch)
tree35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/iozone
parent3c7cd2a68c125ac1b8318eb64662a065e9d9d03d (diff)
downloadpkgsrc-7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index d68e18585c4..42ffc87affb 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/05/10 16:33:03 jschauma Exp $
+# $NetBSD: Makefile,v 1.26 2004/07/30 15:50:37 minskim Exp $
DISTNAME= iozone3_217
PKGNAME= iozone-3.217
@@ -12,6 +12,8 @@ COMMENT= Benchmark for file read and write speed
RESTRICTED= "Publication of derivative works not allowed"
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/src/current
MAKEFILE= makefile
@@ -34,6 +36,8 @@ MAKEFILE= makefile
ALL_TARGET= generic
.endif
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/docs/iozone.1 ${PREFIX}/man/man1