diff options
author | ache <ache@FreeBSD.org> | 1996-11-14 16:08:04 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-11-14 16:08:04 +0800 |
commit | 1feffe1a56ca3e6436763ddae8f2ef2b38055a0b (patch) | |
tree | 206c4014be01c5bd373260584ed90ea13917522e /benchmarks/iozone21 | |
parent | 30b2d8ff8fc8899968fd727571ebd0b521133255 (diff) | |
download | freebsd-ports-gnome-1feffe1a56ca3e6436763ddae8f2ef2b38055a0b.tar.gz freebsd-ports-gnome-1feffe1a56ca3e6436763ddae8f2ef2b38055a0b.tar.zst freebsd-ports-gnome-1feffe1a56ca3e6436763ddae8f2ef2b38055a0b.zip |
Braindamaged master site not allows root@<hostname> password,
use followin trick instead:
FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r-- | benchmarks/iozone21/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 9c703410435c..f19e51f18228 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/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 ) |