diff options
-rw-r--r-- | benchmarks/iozone/Makefile | 11 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 2a7efdbcba15..d18f0d973498 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/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 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 |