From f3f8ebb3a19aa8a2f9867dc39091c8266c4a718e Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 31 Jan 2014 12:32:19 +0000 Subject: [PATCH] - Stage support - While here drop FreeBSD 7 support --- benchmarks/wrk/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 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 - -.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 +.include