diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2025-03-30 12:46:15 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2025-03-30 12:46:15 -0500 |
commit | 64dc2c2a5154c1d377be6968560dee108b2140ac (patch) | |
tree | 83f2eb3362b0ef9552c9e54db4a4ef40f8aec574 /math/octave-forge-coder/files/patch-pre__install.m | |
parent | security/vuxml: Add firefox derivative (diff) |
math/octave-forge-coder: Update to 1.10.1.
- Unbreak.
Diffstat (limited to 'math/octave-forge-coder/files/patch-pre__install.m')
-rw-r--r-- | math/octave-forge-coder/files/patch-pre__install.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-coder/files/patch-pre__install.m b/math/octave-forge-coder/files/patch-pre__install.m index 4615bd263294..b96972519ef9 100644 --- a/math/octave-forge-coder/files/patch-pre__install.m +++ b/math/octave-forge-coder/files/patch-pre__install.m @@ -1,10 +1,10 @@ ---- pre_install.m.orig 2023-02-13 14:36:06 UTC +--- pre_install.m.orig 2025-03-30 17:42:54 UTC +++ pre_install.m -@@ -1,6 +1,6 @@ +@@ -1,6 +1,6 @@ function pre_install (in) function pre_install (in) - disp ('Installing package coder. It may take a while. Please wait ...') + disp ('Building package coder. It may take a while. Please wait ...') + basedir = fileparts(mfilename ('fullpath')); sourcedir = format_path(fullfile(basedir, 'src')); - |