summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-06-25 19:05:27 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-06-25 19:05:27 +0000
commit41f07c02dfee05d99a5d9de8ccf48031807b7f09 (patch)
tree7ddebd0b2a58b21d334214cc76cac955e65a2786 /benchmarks/lmbench/Makefile
parent- Update to 20090625 (diff)
- Fixed packaging error by adding USE_GMAKE and patching Makefiles
that invoke make directly, instead of using ${MAKE} Reported by: QAT
Notes
Notes: svn path=/head/; revision=236626
Diffstat (limited to '')
-rw-r--r--benchmarks/lmbench/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 045456841584..dfb7c87c2174 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lmbench
PORTVERSION= 3.0.a9
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= benchmarks
MASTER_SITES= SF http://thegaul.org/src/
@@ -29,6 +30,8 @@ MAN8= bw_file_rd.8 bw_mem.8 bw_mem_rd.8 bw_mmap_rd.8 \
lat_unix_connect.8 line.8 lmbench.8 lmdd.8 mhz.8 \
par_mem.8 par_ops.8 stream.8 tlb.8
+USE_GMAKE= yes
+
# the bindir for the PLIST is:
# (note that ./os needs to be run inside the work dir, running it
# outside will give a different result.)