diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 23:58:23 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 23:58:23 +0000 |
commit | a3b041fe6203e23bdc4e6f00ddd85f3c5cf56f12 (patch) | |
tree | 42cca924b585338d11d51f1822cd058b615cf60f /benchmarks/iozone21 | |
parent | e6dfd3605e3815f9691bb4122527c71bb76923d9 (diff) | |
download | ports-a3b041fe6203e23bdc4e6f00ddd85f3c5cf56f12.tar.gz ports-a3b041fe6203e23bdc4e6f00ddd85f3c5cf56f12.zip |
Notes
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r-- | benchmarks/iozone21/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 2a7efdbcba15..d18f0d973498 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -3,17 +3,16 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.17 1996/11/18 11:21:53 asami Exp $ +# $Id: Makefile,v 1.18 1996/11/18 13:57:01 asami Exp $ # -DISTNAME= iozone -PKGNAME= iozone-2.01 +DISTNAME= iozone-2.01 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ -DISTFILES= iozone-2.01.shar.gz +EXTRACT_SUFX= .shar.gz -# This site not allows root@<hostname> password -FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch +# This site does not allow root@<hostname> password +FETCH_CMD= FTP_PASSWORD=portsuser@FreeBSD.org /usr/bin/fetch MAINTAINER= jmz@FreeBSD.org |