diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 12:32:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 12:32:19 +0000 |
commit | f3f8ebb3a19aa8a2f9867dc39091c8266c4a718e (patch) | |
tree | b7dcb4398b4b1ea37bb2304e38ceb8778634ac06 /benchmarks | |
parent | 5ecf3aa3901f35353ac7a07cfa36c0e6b887ba87 (diff) | |
download | ports-f3f8ebb3a19aa8a2f9867dc39091c8266c4a718e.tar.gz ports-f3f8ebb3a19aa8a2f9867dc39091c8266c4a718e.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/wrk/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/benchmarks/wrk/Makefile b/benchmarks/wrk/Makefile index a4198d4fa1fd..3264fd315fa8 100644 --- a/benchmarks/wrk/Makefile +++ b/benchmarks/wrk/Makefile @@ -20,17 +20,10 @@ CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MATH PLIST_FILES= bin/wrk -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800000 -BROKEN= does not link on FreeBSD 7.x -.endif - post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g;' ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |