mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
11 lines
398 B
Text
11 lines
398 B
Text
--- doc/examples/tcp_range_script 2 Aug 1999 12:01:24 -0000 1.1.1.1
|
|
+++ doc/examples/tcp_range_script 21 Jan 2003 00:45:21 -0000
|
|
@@ -43,7 +43,7 @@
|
|
# where is netperf, and are there any "constant" options such as
|
|
# the netserver port number
|
|
#NETHOME=/usr/etc/net_perf
|
|
-NETHOME="."
|
|
+NETHOME="%%PREFIX%%/bin"
|
|
NETPERF=$NETHOME/netperf $PORT
|
|
|
|
# How accurate we want the estimate of performance:
|