diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 20:32:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 20:32:19 +0800 |
commit | 7435e093238706e380afce99b241a958f3c89d5c (patch) | |
tree | b7dcb4398b4b1ea37bb2304e38ceb8778634ac06 | |
parent | 14c22bf299ecfbf6d31e608cbedb94c8ad39dbbc (diff) | |
download | freebsd-ports-graphics-7435e093238706e380afce99b241a958f3c89d5c.tar.gz freebsd-ports-graphics-7435e093238706e380afce99b241a958f3c89d5c.tar.zst freebsd-ports-graphics-7435e093238706e380afce99b241a958f3c89d5c.zip |
- Stage support
- While here drop FreeBSD 7 support
-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 a4198d4fa1f..3264fd315fa 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> |