aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-09-22 02:04:58 +0800
committerleeym <leeym@FreeBSD.org>2004-09-22 02:04:58 +0800
commit771f67e38da1c79f895fdafcf0955c3b363dfe00 (patch)
treef8101bd9247b446549ed15e1bf9c8bd36777b14b /benchmarks
parent3c2d8ce3bb819a14a667264b2674f62fd1cdcc9a (diff)
downloadfreebsd-ports-gnome-771f67e38da1c79f895fdafcf0955c3b363dfe00.tar.gz
freebsd-ports-gnome-771f67e38da1c79f895fdafcf0955c3b363dfe00.tar.zst
freebsd-ports-gnome-771f67e38da1c79f895fdafcf0955c3b363dfe00.zip
- add NOPRECIOUSMAKEVARS=yes and unbreak this port on 5.x
PR: 71473 Submitted by: leeym Approved by: portmgr (marcus)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/nttcp/Makefile10
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>