mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
374 B
Text
11 lines
374 B
Text
--- doc/examples/tcp_range_script.orig 2011-02-10 17:04:20 UTC
|
|
+++ doc/examples/tcp_range_script
|
|
@@ -43,7 +43,7 @@ PORT=""
|
|
# 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:
|