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/postmark | |
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/postmark')
-rw-r--r-- | benchmarks/postmark/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/postmark/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 7ae9a171b96..9c57e4dfbf6 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/14 05:08:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:37:57 wiz Exp $ # FreeBSD ID: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp # @@ -11,6 +11,7 @@ EXTRACT_SUFX= # MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netapp.com/tech_library/3022.html +COMMENT= NetApps file system benchmark EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} postmark.c diff --git a/benchmarks/postmark/pkg/COMMENT b/benchmarks/postmark/pkg/COMMENT deleted file mode 100644 index 26f496cdfba..00000000000 --- a/benchmarks/postmark/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -NetApps file system benchmark |