diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
commit | f7bb9e20782489fc6e22bb6c35c26051cb1d8c33 (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /benchmarks/hbench | |
parent | 086f7dc00aa3fa9b201867614918f313f51535e9 (diff) | |
download | pkgsrc-f7bb9e20782489fc6e22bb6c35c26051cb1d8c33.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r-- | benchmarks/hbench/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/hbench/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index ef97c7b37e5..438549ddebd 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/10/18 04:26:53 garbled Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/16 13:37:50 wiz Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.eecs.harvard.edu/pub/hbench-OS/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.eecs.harvard.edu/vino/perf/hbench/ +COMMENT= Suite of portable benchmarks to measure the OS and the hardware DEPENDS+= gnuplot-3.7:../../graphics/gnuplot diff --git a/benchmarks/hbench/pkg/COMMENT b/benchmarks/hbench/pkg/COMMENT deleted file mode 100644 index 03121cc3e44..00000000000 --- a/benchmarks/hbench/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Suite of portable benchmarks to measure the OS and the hardware |