diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 19:37:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 19:37:02 +0800 |
commit | 4bdb7e2511836dd48bfab6db53d386a82b7f31e6 (patch) | |
tree | 6973b8ef652f8d2ab012c0e60041d6e69e951c14 | |
parent | 66c2c15961f90216f2868913ddeaba02deda540b (diff) | |
download | freebsd-ports-gnome-4bdb7e2511836dd48bfab6db53d386a82b7f31e6.tar.gz freebsd-ports-gnome-4bdb7e2511836dd48bfab6db53d386a82b7f31e6.tar.zst freebsd-ports-gnome-4bdb7e2511836dd48bfab6db53d386a82b7f31e6.zip |
Category renaming to match the directory names ("benchmarking"
-> "benchmarks").
-rw-r--r-- | benchmarks/bonnie/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/iozone/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/lmbench/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/tcpblast/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 0ea72454e6ce..769d66f934c8 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -3,12 +3,12 @@ # Date created: 26 September 1994 # Whom: se # -# $Id: Makefile,v 1.1.1.1 1995/05/19 09:49:09 asami Exp $ +# $Id: Makefile,v 1.2 1995/07/13 01:09:03 asami Exp $ # DISTNAME= Bonnie PKGNAME= bonnie-1.0 -CATEGORIES+= benchmarking +CATEGORIES+= benchmarks MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/ \ ftp://swedishchef.lerc.nasa.gov/drlabs/io/ EXTRACT_SUFX= .tar.Z diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index a9976e9a2b97..9c703410435c 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,12 +3,12 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.13 1995/06/15 11:26:50 jmz Exp $ +# $Id: Makefile,v 1.14 1995/07/13 01:09:08 asami Exp $ # DISTNAME= iozone PKGNAME= iozone-2.01 -CATEGORIES+= benchmarking +CATEGORIES+= benchmarks MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ DISTFILES= iozone-2.01.shar.gz diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index a9976e9a2b97..9c703410435c 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -3,12 +3,12 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.13 1995/06/15 11:26:50 jmz Exp $ +# $Id: Makefile,v 1.14 1995/07/13 01:09:08 asami Exp $ # DISTNAME= iozone PKGNAME= iozone-2.01 -CATEGORIES+= benchmarking +CATEGORIES+= benchmarks MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ DISTFILES= iozone-2.01.shar.gz diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index fb687d18e912..33ce6200d8b8 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -3,11 +3,11 @@ # Date created: 6 May 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1995/05/14 06:08:08 asami Exp $ +# $Id: Makefile,v 1.3 1995/07/13 01:09:09 asami Exp $ # DISTNAME= lmbench-1.0 -CATEGORIES+= benchmarking +CATEGORIES+= benchmarks MASTER_SITES= ftp://forte.mathematik.uni-bremen.de/pub/unix/benchmarks/ MAINTAINER= asami@FreeBSD.ORG diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index e10b70c58d0e..2738f9e83278 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -3,12 +3,12 @@ # Date created: 22 August 1994 # Whom: mr # -# $Id: Makefile,v 1.8 1995/05/03 02:22:26 asami Exp $ +# $Id: Makefile,v 1.9 1995/07/13 01:09:11 asami Exp $ # DISTNAME= tcpblast PKGNAME= tcpblast-1.0 -CATEGORIES= networking benchmarking +CATEGORIES= net benchmarks NO_EXTRACT= yes NO_WRKDIR= yes |