mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
299 B
Text
11 lines
299 B
Text
--- scripts/config-run.orig 2006-11-26 20:11:04 UTC
|
|
+++ scripts/config-run
|
|
@@ -176,7 +176,7 @@ then
|
|
fi
|
|
fi
|
|
if [ X$MB = X ]
|
|
-then $ECHON "Probing system for available memory: $ECHOC"
|
|
+then echo $ECHON "Probing system for available memory: $ECHOC"
|
|
MB=`../bin/$OS/memsize 4096`
|
|
fi
|
|
TOTAL_MEM=$MB
|