summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-10-06 20:02:50 +0000
committertorstenb <torstenb@FreeBSD.org>1995-10-06 20:02:50 +0000
commit3c161dbc8b9f907f918d276de36bc9d3e3b2e788 (patch)
treee179b527e2e5303525222da0dd8487a4c7953b95 /benchmarks
parent3504ee1629ea3817c975de4856d52599db0a9f2f (diff)
downloadFreeBSD-ports-3c161dbc8b9f907f918d276de36bc9d3e3b2e788.zip
FreeBSD-ports-3c161dbc8b9f907f918d276de36bc9d3e3b2e788.tar.gz
use ${PREFIX} instead of /usr/local
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/tcpblast/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/tcpblast/src/Makefile b/benchmarks/tcpblast/src/Makefile
index 103db01..142c515 100644
--- a/benchmarks/tcpblast/src/Makefile
+++ b/benchmarks/tcpblast/src/Makefile
@@ -1,6 +1,6 @@
PROG= tcpblast
SRCS= tcpblast.c
NOMAN= yes
-BINDIR= /usr/local/bin
+BINDIR= ${PREFIX}/bin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud