summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-03-20 22:04:08 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-03-20 22:04:08 +0000
commitb086b2614110dfe3f4ead996c6e7b2d7fb96d105 (patch)
treebfdae61201594a6990b4f5c2a919d72efe72fa7c /benchmarks/bonnie
parent2d0a3c617d567d4d88366e6632f42a17f0a713fb (diff)
downloadpkgsrc-b086b2614110dfe3f4ead996c6e7b2d7fb96d105.tar.gz
Handle MANZ and MANINSTALL case better.
Diffstat (limited to 'benchmarks/bonnie')
-rw-r--r--benchmarks/bonnie/Makefile8
-rw-r--r--benchmarks/bonnie/patches/patch-ab2
2 files changed, 4 insertions, 6 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 06e3334a8d6..9eb57364d02 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 September 1994
# Whom: se
#
-# $NetBSD: Makefile,v 1.4 1998/03/07 13:58:27 tron Exp $
+# $NetBSD: Makefile,v 1.5 1998/03/20 22:04:08 frueauf Exp $
# $FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp
#
@@ -17,10 +17,8 @@ MAINTAINER= se@FreeBSD.org
NO_CONFIGURE= yes
-CAT1= bonnie.0
-MAN1= bonnie.1
-
-MANCOMPRESSED= 1
+# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
+# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
post-extract:
${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c
diff --git a/benchmarks/bonnie/patches/patch-ab b/benchmarks/bonnie/patches/patch-ab
index 3319d1b35ac..6270f7847ce 100644
--- a/benchmarks/bonnie/patches/patch-ab
+++ b/benchmarks/bonnie/patches/patch-ab
@@ -11,6 +11,6 @@
+MANDIR=${PREFIX}/man
-Bonnie:
-+MANZ= 1
++MANINSTALL= maninstall catinstall
+
+.include <bsd.prog.mk>