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/heapsort | |
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/heapsort')
-rw-r--r-- | benchmarks/heapsort/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/heapsort/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile index c347927ee3d..ab481907d9f 100644 --- a/benchmarks/heapsort/Makefile +++ b/benchmarks/heapsort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/03/16 12:16:51 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 13:37:51 wiz Exp $ DISTNAME= heapsort.c PKGNAME= heapsort-1.0 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.nosc.mil/pub/aburto/heapsort/ EXTRACT_SUFX= #empty MAINTAINER= root@garbled.net +COMMENT= benchmark program for variable sized arrays NO_WRKSUBDIR= yes diff --git a/benchmarks/heapsort/pkg/COMMENT b/benchmarks/heapsort/pkg/COMMENT deleted file mode 100644 index 40829d04e0b..00000000000 --- a/benchmarks/heapsort/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -benchmark program for variable sized arrays |