diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 18:04:58 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 18:04:58 +0000 |
commit | 8fd3172b858d6009201ce51d8b03dc5bc742d0df (patch) | |
tree | ae646e63d5beff32ff1d2885db3efd63ba375d5c /benchmarks | |
parent | 1eaf710213fb2dac18e0dc7299106db18dc66fe2 (diff) | |
download | ports-8fd3172b858d6009201ce51d8b03dc5bc742d0df.tar.gz ports-8fd3172b858d6009201ce51d8b03dc5bc742d0df.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/nttcp/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index 910f19f728e9..cb9fdf532f7f 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -21,16 +21,10 @@ MAN1= nttcp.1 PLIST_FILES= bin/nttcp USE_GMAKE= yes MAKE_ENV+= OPT="${CFLAGS}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Broken by make(1) changes on FreeBSD >= 5.x" -.endif +NOPRECIOUSMAKEVARS=yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |