summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 01:34:35 +0000
committerkris <kris@FreeBSD.org>2004-09-19 01:34:35 +0000
commit81aad404bb3501e152cb6da22879db405ee5d0d3 (patch)
treec99a261ad75f844a4f44fe7a31ba48038cc33189 /benchmarks
parent51260313e1ac0f38bac47e7c4bc93c03bbb5306e (diff)
downloadFreeBSD-ports-81aad404bb3501e152cb6da22879db405ee5d0d3.zip
FreeBSD-ports-81aad404bb3501e152cb6da22879db405ee5d0d3.tar.gz
BROKEN on 5.x: Broken by make(1) changes
Approved by: portmgr (self)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/nttcp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index 70717b1..910f19f 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -22,9 +22,15 @@ 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
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud