diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-10-06 20:02:50 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-10-06 20:02:50 +0000 |
commit | 3c161dbc8b9f907f918d276de36bc9d3e3b2e788 (patch) | |
tree | e179b527e2e5303525222da0dd8487a4c7953b95 | |
parent | 3504ee1629ea3817c975de4856d52599db0a9f2f (diff) | |
download | FreeBSD-ports-3c161dbc8b9f907f918d276de36bc9d3e3b2e788.zip FreeBSD-ports-3c161dbc8b9f907f918d276de36bc9d3e3b2e788.tar.gz |
use ${PREFIX} instead of /usr/local
-rw-r--r-- | benchmarks/tcpblast/src/Makefile | 2 |
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> |