summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-02-26 23:32:16 +0000
committertron <tron>1998-02-26 23:32:16 +0000
commit28022ac6850870a8dff5d5289968e70dd101c261 (patch)
tree26d742c23a050c8252596cb1bebe5b3a19b36dae /benchmarks/bonnie/Makefile
parentce690d996398781b80728d30974b55a71634ea92 (diff)
downloadpkgsrc-28022ac6850870a8dff5d5289968e70dd101c261.tar.gz
Adapt this package to NetBSD.
Diffstat (limited to 'benchmarks/bonnie/Makefile')
-rw-r--r--benchmarks/bonnie/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 2857769ba60..a25b42d52f1 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -3,6 +3,7 @@
# Date created: 26 September 1994
# Whom: se
#
+# $NetBSD: Makefile,v 1.2 1998/02/26 23:32:16 tron Exp $
# $FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp
#
@@ -14,8 +15,15 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= se@FreeBSD.org
+NO_CONFIGURE= yes
+
+CAT1= bonnie.0
MAN1= bonnie.1
-CFLAGS+= -static
+# Kludge until "bsd.port.mk" gets fixed.
+MANCOMPRESSED= 1
+
+post-extract:
+ ${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c
.include <bsd.port.mk>