diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-03 15:36:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-03 15:36:19 +0000 |
commit | 3b164ec86e21357e305ec655454bb3d4ed28b76f (patch) | |
tree | 217125803c4b29cc38406cafedf9981e8e499f3b /benchmarks/iozone21/Makefile | |
parent | 9669aa61a685e3496ac43fc3ad10a6dca1fd501a (diff) | |
download | ports-3b164ec86e21357e305ec655454bb3d4ed28b76f.tar.gz ports-3b164ec86e21357e305ec655454bb3d4ed28b76f.zip |
Notes
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r-- | benchmarks/iozone21/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 58c49f29fdd5..d39329eb56e0 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -11,9 +11,6 @@ CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ EXTRACT_SUFX= .shar.gz -# This site does not allow root@<hostname> password -FETCH_CMD= FTP_PASSWORD=portsuser@FreeBSD.org /usr/bin/fetch - MAINTAINER= obrien@FreeBSD.org EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) |