opnsense-ports/math/scilab-toolbox-swt/files/extrapatch-etc__swt.start
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
620 B
Text

--- ./etc/swt.start.orig 2014-05-07 16:06:39.000000000 +0000
+++ ./etc/swt.start 2014-09-04 09:17:50.853642536 +0000
@@ -33,13 +33,7 @@
// Load and add help chapter
// =============================================================================
-if or(getscilabmode() == ["NW";"STD"]) then
- mprintf("\tLoad help\n");
- path_addchapter = pathconvert(root_tlbx+"/jar");
- if ( isdir(path_addchapter) <> [] ) then
- add_help_chapter("swt", path_addchapter, %F);
- end
-end
+
// Load demos
// =============================================================================