aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/wrk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 12:32:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 12:32:19 +0000
commitf3f8ebb3a19aa8a2f9867dc39091c8266c4a718e (patch)
treeb7dcb4398b4b1ea37bb2304e38ceb8778634ac06 /benchmarks/wrk
parent5ecf3aa3901f35353ac7a07cfa36c0e6b887ba87 (diff)
downloadports-f3f8ebb3a19aa8a2f9867dc39091c8266c4a718e.tar.gz
ports-f3f8ebb3a19aa8a2f9867dc39091c8266c4a718e.zip
- Stage support
- While here drop FreeBSD 7 support
Notes
Notes: svn path=/head/; revision=341985
Diffstat (limited to 'benchmarks/wrk')
-rw-r--r--benchmarks/wrk/Makefile9
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>