diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /benchmarks/iozone21 | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.zst freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r-- | benchmarks/iozone21/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 9a21bf81e07b..a6945b55c12b 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -1,23 +1,23 @@ # ex:ts=8 # Ports collection makefile for: iozone -# Version required: 0.0 # Date created: 26 September 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= iozone-2.01 +PORTNAME= iozone +PORTVERSION= 2.01 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ +MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@FreeBSD.org -EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) +EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) EXTRACT_BEFORE_ARGS= < EXTRACT_AFTER_ARGS= # empty -NO_WRKSUBDIR= YES +NO_WRKSUBDIR= YES MAN1= iozone.1 .include <bsd.port.mk> |