mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
10 lines
362 B
Matlab
10 lines
362 B
Matlab
--- pre_install.m.orig 2023-02-13 14:36:06 UTC
|
|
+++ pre_install.m
|
|
@@ -1,6 +1,6 @@
|
|
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'));
|
|
|