summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authortron <tron>1998-03-07 13:57:00 +0000
committertron <tron>1998-03-07 13:57:00 +0000
commitad117ccc2f6bffa6e24c6478cac4ae6a154bc864 (patch)
tree454346ca64e1b49508da69bf4142954706ad0c20 /benchmarks
parentb53a3be49b6f40406c6780d0cac5fd845ee36f1a (diff)
downloadpkgsrc-ad117ccc2f6bffa6e24c6478cac4ae6a154bc864.tar.gz
Fix manual page compression
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bonnie/Makefile5
-rw-r--r--benchmarks/bonnie/patches/patch-ab6
2 files changed, 5 insertions, 6 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 419545ed7a4..06e3334a8d6 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 September 1994
# Whom: se
#
-# $NetBSD: Makefile,v 1.3 1998/02/28 18:14:09 tron Exp $
+# $NetBSD: Makefile,v 1.4 1998/03/07 13:58:27 tron Exp $
# $FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp
#
@@ -20,10 +20,7 @@ NO_CONFIGURE= yes
CAT1= bonnie.0
MAN1= bonnie.1
-# MANZ is handled automatically
-.if defined(MANZ)
MANCOMPRESSED= 1
-.endif
post-extract:
${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c
diff --git a/benchmarks/bonnie/patches/patch-ab b/benchmarks/bonnie/patches/patch-ab
index 8a94a62b727..3319d1b35ac 100644
--- a/benchmarks/bonnie/patches/patch-ab
+++ b/benchmarks/bonnie/patches/patch-ab
@@ -1,6 +1,6 @@
--- Makefile.orig Wed Aug 21 17:19:11 1991
-+++ Makefile Sat Feb 28 18:59:23 1998
-@@ -1,7 +1,7 @@
++++ Makefile Sat Mar 7 13:36:58 1998
+@@ -1,7 +1,9 @@
-CC = cc
-CFLAGS = -O2
@@ -11,4 +11,6 @@
+MANDIR=${PREFIX}/man
-Bonnie:
++MANZ= 1
++
+.include <bsd.prog.mk>