summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie
diff options
context:
space:
mode:
authoragc <agc>1998-06-20 09:20:38 +0000
committeragc <agc>1998-06-20 09:20:38 +0000
commit7437bb03f6cf3851abc811d12e9364c542a16aaf (patch)
tree16265870b263730c987bda8634fce05ff80db8e2 /benchmarks/bonnie
parent8ce76a6a1872d28562cc6da4ffdab2ff9fd5bac1 (diff)
downloadpkgsrc-7437bb03f6cf3851abc811d12e9364c542a16aaf.tar.gz
Make packages which use NetBSD's bsd.man.mk work with automatic manual
page handling.
Diffstat (limited to 'benchmarks/bonnie')
-rw-r--r--benchmarks/bonnie/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 65cfa8e92b0..269a8b97453 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:20 frueauf Exp $
+# $NetBSD: Makefile,v 1.8 1998/06/20 09:20:38 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp
#
@@ -12,8 +12,11 @@ MAINTAINER= packages@netbsd.org
NO_CONFIGURE= yes
-# 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.
+.include "../../mk/bsd.prefs.mk"
+
+.ifdef MANZ
+MANCOMPRESSED= yes
+.endif
post-extract:
${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c