diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 4d18f2865fb..0d44409543f 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2001/01/19 15:01:09 brad Exp $ +# $OpenBSD: Makefile,v 1.26 2001/02/10 00:08:36 brad Exp $ DISTNAME= iozone3_51 PKGNAME= iozone-3.51 @@ -7,6 +7,8 @@ NEED_VERSION= 1.336 MASTER_SITES= http://www.iozone.org/src/current/ EXTRACT_SUFX= .tar +HOMEPAGE= http://www.iozone.org/ + MAINTAINER= Brad Smith PERMIT_PACKAGE_CDROM= Yes diff --git a/benchmarks/iozone/pkg/DESCR b/benchmarks/iozone/pkg/DESCR index 28f385a2e29..912b972bf03 100644 --- a/benchmarks/iozone/pkg/DESCR +++ b/benchmarks/iozone/pkg/DESCR @@ -5,3 +5,5 @@ this measurement factors in the efficiency of you machines file system, operating system, C compiler, and C runtime library. It produces a measurement which is the number of bytes per second that your system can read or write to a file. + +WWW: ${HOMEPAGE}