diff options
Diffstat (limited to 'math/octave/files/octave.in')
-rw-r--r-- | math/octave/files/octave.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/octave/files/octave.in b/math/octave/files/octave.in new file mode 100644 index 000000000000..a954e720d141 --- /dev/null +++ b/math/octave/files/octave.in @@ -0,0 +1,8 @@ +#!/bin/sh +# +# $FreeBSD: /tmp/pcvs/ports/math/octave/files/Attic/octave.in,v 1.1 2005-05-26 17:32:40 jylefort Exp $ + +OCTAVE_EXEC=%%PREFIX%%/bin/octave-%%OCTAVE_VERSION%% +LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH + +exec $OCTAVE_EXEC "$@" |