freebsd-ports/science/openfoam/files/patch-wmake_makeWmake
Thierry Thomas 2018594562 The OpenFOAM (Open Field Operation and Manipulation) CFD Toolbox can simulate
anything from complex fluid flows involving chemical reactions, turbulence and
heat transfer, to solid dynamics, electromagnetics and the pricing of financial
options.

WWW: http://www.opencfd.co.uk/openfoam/index.html

PR:		ports/91886
Submitted by:	thierry
2006-01-22 10:13:06 +00:00

20 lines
385 B
Text

--- wmake/makeWmake.orig Tue Jun 21 18:10:23 2005
+++ wmake/makeWmake Sun Dec 18 10:02:15 2005
@@ -59,4 +59,17 @@
cd ..
+rm -rf shScripts
+mkdir shScripts
+
+cd kshScripts
+
+for file in *
+do
+ cat $file | sed s/ksh/sh/ > ../shScripts/$file
+ chmod ugo+rx ../shScripts/$file
+done
+
+cd ..
+
#------------------------------------------------------------------------------