diff options
author | asami <asami@FreeBSD.org> | 1995-07-13 09:09:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-13 09:09:11 +0800 |
commit | a6460fb15a1cfdbcf812762c2a73f07593dd079f (patch) | |
tree | 016aee081638b6c1def2bc8ee4d0e9e6f6046afc /benchmarks | |
parent | 9a95d283e9d843e5d9f6f5d39f5c9cf30ee24e80 (diff) | |
download | freebsd-ports-gnome-a6460fb15a1cfdbcf812762c2a73f07593dd079f.tar.gz freebsd-ports-gnome-a6460fb15a1cfdbcf812762c2a73f07593dd079f.tar.zst freebsd-ports-gnome-a6460fb15a1cfdbcf812762c2a73f07593dd079f.zip |
Change categories to reflect their new homes.
Diffstat (limited to '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 d5bb05dde259..0ea72454e6ce 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -3,12 +3,12 @@ # Date created: 26 September 1994 # Whom: se # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/05/19 09:49:09 asami Exp $ # DISTNAME= Bonnie PKGNAME= bonnie-1.0 -CATEGORIES+= utilities benchmarking +CATEGORIES+= benchmarking 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 cc09cf5cf849..a9976e9a2b97 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,12 +3,12 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1995/04/23 13:02:24 asami Exp $ +# $Id: Makefile,v 1.13 1995/06/15 11:26:50 jmz Exp $ # DISTNAME= iozone PKGNAME= iozone-2.01 -CATEGORIES+= utilities +CATEGORIES+= benchmarking 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 cc09cf5cf849..a9976e9a2b97 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -3,12 +3,12 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1995/04/23 13:02:24 asami Exp $ +# $Id: Makefile,v 1.13 1995/06/15 11:26:50 jmz Exp $ # DISTNAME= iozone PKGNAME= iozone-2.01 -CATEGORIES+= utilities +CATEGORIES+= benchmarking 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 bfb519166c3d..fb687d18e912 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -3,11 +3,11 @@ # Date created: 6 May 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/05/06 11:49:56 asami Exp $ +# $Id: Makefile,v 1.2 1995/05/14 06:08:08 asami Exp $ # DISTNAME= lmbench-1.0 -CATEGORIES+= utilities benchmarking +CATEGORIES+= benchmarking 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 bc020e0f506e..e10b70c58d0e 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -3,12 +3,12 @@ # Date created: 22 August 1994 # Whom: mr # -# $Id: Makefile,v 1.7 1995/04/15 05:41:58 asami Exp $ +# $Id: Makefile,v 1.8 1995/05/03 02:22:26 asami Exp $ # DISTNAME= tcpblast PKGNAME= tcpblast-1.0 -CATEGORIES= networking +CATEGORIES= networking benchmarking NO_EXTRACT= yes NO_WRKDIR= yes |