aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-12-01 23:58:23 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-12-01 23:58:23 +0000
commita3b041fe6203e23bdc4e6f00ddd85f3c5cf56f12 (patch)
tree42cca924b585338d11d51f1822cd058b615cf60f /benchmarks
parente6dfd3605e3815f9691bb4122527c71bb76923d9 (diff)
downloadports-a3b041fe6203e23bdc4e6f00ddd85f3c5cf56f12.tar.gz
ports-a3b041fe6203e23bdc4e6f00ddd85f3c5cf56f12.zip
Don't use DISTFILES when you have only one file to fetch.
I eliminated DISTFILES and PKGNAME by just using EXTRACT_SUFX. On a funnier note, the MASTER_SITE didn't like us sending our e-mail address as "president@whitehouse.gov" to get around it's "no-root" login policy. So I had to change this to "portsuser@FreeBSD.org". 530- SIR, how'bout using a NSA machine instead? 530 Goodbye.
Notes
Notes: svn path=/head/; revision=15041
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iozone/Makefile11
-rw-r--r--benchmarks/iozone21/Makefile11
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