summaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
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/iozone21/Makefile
parentportlint - "mkdir -p" -> ${MKDIR} (diff)
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 '')
-rw-r--r--benchmarks/iozone21/Makefile11
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