diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-14 08:08:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-14 08:08:04 +0000 |
commit | 984e30c97ac8746fd96e2c045542fd0c032b78b9 (patch) | |
tree | a6b1604246ee02cb82336ba8c961a60654ecf3de /benchmarks/iozone/Makefile | |
parent | fedd4e1e4c1643d5852b95ce01525b74f6a9ba63 (diff) | |
download | ports-984e30c97ac8746fd96e2c045542fd0c032b78b9.tar.gz ports-984e30c97ac8746fd96e2c045542fd0c032b78b9.zip |
Notes
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r-- | benchmarks/iozone/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 9c703410435c..f19e51f18228 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.14 1995/07/13 01:09:08 asami Exp $ +# $Id: Makefile,v 1.15 1995/11/22 11:36:56 asami Exp $ # DISTNAME= iozone @@ -12,6 +12,9 @@ CATEGORIES+= benchmarks MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ DISTFILES= iozone-2.01.shar.gz +# This site not allows root@<hostname> password +FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch + MAINTAINER= jmz@FreeBSD.org EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) |