aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1998-12-02 07:58:23 +0800
committerbillf <billf@FreeBSD.org>1998-12-02 07:58:23 +0800
commit0c7442a3dc9ab7e7d5316bf0374ade6a8f3a78da (patch)
tree07d85ad768814a7c2413deafc9133c971737a64c
parent3ba1c3a286a082f6e23e88fffe4f83f6804d3739 (diff)
downloadfreebsd-ports-gnome-0c7442a3dc9ab7e7d5316bf0374ade6a8f3a78da.tar.gz
freebsd-ports-gnome-0c7442a3dc9ab7e7d5316bf0374ade6a8f3a78da.tar.zst
freebsd-ports-gnome-0c7442a3dc9ab7e7d5316bf0374ade6a8f3a78da.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.
-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