diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-06-15 09:14:26 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-06-15 09:14:26 +0000 |
commit | aa91c1e54344cfa6bdeb9042f3ed4b1a0bd49212 (patch) | |
tree | b69c5627aa266ef2f25a319b66813a4d4f4e9c30 /benchmarks/iozone | |
parent | cfccb0a844c9e5d930b1fd47dd23a7b37eb5d9a6 (diff) | |
download | ports-aa91c1e54344cfa6bdeb9042f3ed4b1a0bd49212.tar.gz ports-aa91c1e54344cfa6bdeb9042f3ed4b1a0bd49212.zip |
Notes
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 69dbfebb5646..57069b0962a5 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -39,8 +39,10 @@ MAKE_ENV= LDFLAGS=${PTHREAD_LIBS} CFLAGS+=-DNO_THREADS .endif +.if defined (WITH_SSH) post-patch: ${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|' ${WRKSRC}/iozone.c +.endif do-install: ${STRIP_CMD} ${WRKSRC}/iozone |