diff options
author | garga <garga@FreeBSD.org> | 2007-12-21 23:31:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-12-21 23:31:18 +0800 |
commit | 63af42424d77a115f49641a70a91959c4e24fb34 (patch) | |
tree | 966bf8496d4e4a02b488bbfe4117b05801363311 /benchmarks | |
parent | f26894e1f596680ee5e66a5cd0480c1ca92b21b3 (diff) | |
download | freebsd-ports-gnome-63af42424d77a115f49641a70a91959c4e24fb34.tar.gz freebsd-ports-gnome-63af42424d77a115f49641a70a91959c4e24fb34.tar.zst freebsd-ports-gnome-63af42424d77a115f49641a70a91959c4e24fb34.zip |
- Repocopy sysutils/xdd -> benchmarks/xdd since it's a better category for this
PR: ports/117407
Submitted by: obrien@
Repocopied by: marcus@
Approved by: maintainer
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/xdd/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 6244e781f05a..72ec61b48848 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -61,6 +61,7 @@ SUBDIR += ubench SUBDIR += unixbench SUBDIR += webbench + SUBDIR += xdd SUBDIR += xengine .include <bsd.port.subdir.mk> diff --git a/benchmarks/xdd/Makefile b/benchmarks/xdd/Makefile index aa53ee93625c..8d3d78c85055 100644 --- a/benchmarks/xdd/Makefile +++ b/benchmarks/xdd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdd PORTVERSION= 65 -CATEGORIES= sysutils +CATEGORIES= benchmarks MASTER_SITES= http://www.ioperformance.com/xddversions/ DISTNAME= xdd65.013007 EXTRACT_SUFX= .tgz |