mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
296 B
Bash
11 lines
296 B
Bash
--- doc/examples/runemomniaggdemo.sh.orig 2013-05-10 18:14:25 UTC
|
|
+++ doc/examples/runemomniaggdemo.sh
|
|
@@ -138,7 +138,7 @@ then
|
|
fi
|
|
|
|
# allow the netperf binary to be used to be overridden
|
|
-NETPERF=${NETPERF:="netperf"}
|
|
+NETPERF="%%PREFIX%%/bin/netperf"
|
|
|
|
if [ $NUM_REMOTE_HOSTS -lt 2 ]
|
|
then
|