aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/iozone21/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-09 06:04:57 +0800
committermharo <mharo@FreeBSD.org>2000-04-09 06:04:57 +0800
commit007c7f0c9d4eaad89449342ee90e4b102925caec (patch)
tree114f7c864c24ff21a525d1dd997282751fdf3b12 /benchmarks/iozone21/Makefile
parentff937aa62d305b29ccf01992d537477ef5b3b89d (diff)
downloadfreebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz
freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst
freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r--benchmarks/iozone21/Makefile10
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>