summaryrefslogtreecommitdiff
path: root/math/octave-forge-coder/files/patch-pre__install.m
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2025-03-30 12:46:15 -0500
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2025-03-30 12:46:15 -0500
commit64dc2c2a5154c1d377be6968560dee108b2140ac (patch)
tree83f2eb3362b0ef9552c9e54db4a4ef40f8aec574 /math/octave-forge-coder/files/patch-pre__install.m
parentsecurity/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.m6
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'));
-