diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-03 10:42:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-03 10:42:12 +0000 |
commit | 52e83386e974236071ee3495ddc96b59a0642fd1 (patch) | |
tree | df4ff5523b3526907866ed02c078f17779e335a4 /benchmarks | |
parent | 23064d84ac972a92d96f6ee815e285cdb2b475a7 (diff) | |
download | ports-52e83386e974236071ee3495ddc96b59a0642fd1.tar.gz ports-52e83386e974236071ee3495ddc96b59a0642fd1.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/lmbench/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 9a6835427980..5cd4dd28c2e3 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -3,7 +3,7 @@ PORTNAME= lmbench PORTVERSION= 3.0.a9 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/development/${PORTNAME}-3.0-a9 http://thegaul.org/src/ @@ -18,13 +18,7 @@ MAKE_ENV= PATH=${PATH}:${WRKSRC}/scripts USES= shebangfix perl5 gmake tar:tgz USE_PERL5= run SHEBANG_FILES= scripts/getresults - -# 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.) -#LMBENCH_OS!= cd ${WRKSRC}/scripts && ./os -#PLIST_SUB= LMBENCH_OS=${LMBENCH_OS} -PLIST_SUB= "LMBENCH_OS=$$(cd ${WRKSRC}/scripts && ./os)" +PLIST_SUB= LMBENCH_OS=${ARCH}-${OPSYS:tl}${OSREL} test: build @(cd ${WRKSRC}; make results) |