From a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 8 Apr 2000 22:04:57 +0000 Subject: update with the new PORTNAME/PORTVERSION variables --- benchmarks/iozone21/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'benchmarks/iozone21') 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 -- cgit v1.2.3