diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /benchmarks/iozone | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.zip FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index f33616e..25ce3f2 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: iozone -# Version required: 3.9 # Date created: 26 September 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= iozone3_9 -PKGNAME= iozone-3.9 +PORTNAME= iozone +PORTVERSION= 3.9 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/stable/ +DISTNAME= iozone3_9 EXTRACT_SUFX= .tar MAINTAINER= jmz@FreeBSD.org |