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/lmbench | |
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/lmbench')
-rw-r--r-- | benchmarks/lmbench/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/lmbench/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 7457bbf942c..a5e7ca3419b 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/11/16 02:32:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 13:37:55 wiz Exp $ DISTNAME= lmbench-2alpha11 PKGNAME= lmbench-2.11a @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net HOMEPAGE= http://www.bitmover.com/lm/lmbench/ +COMMENT= Complete benchmark that gives a large amount of information ALL_TARGET= build USE_GMAKE= yes diff --git a/benchmarks/lmbench/pkg/COMMENT b/benchmarks/lmbench/pkg/COMMENT deleted file mode 100644 index e2412f542ee..00000000000 --- a/benchmarks/lmbench/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Complete benchmark that gives a large amount of information |