diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-03 20:48:38 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-03 20:48:38 +0000 |
commit | 78bfeb3111517b52fb477c1e2c0e65bf17aa9521 (patch) | |
tree | cfdce230af2def4b46d973aa9834e6d452f3cc34 /math/octave-devel/files/octave.in | |
parent | Update to 0.84 (diff) |
Add developer version of math/octave as math/octave-devel
https://www.cae.wisc.edu/pipermail/octave-maintainers/2006-August/000500.html
Notes
Notes:
svn path=/head/; revision=172104
Diffstat (limited to 'math/octave-devel/files/octave.in')
-rw-r--r-- | math/octave-devel/files/octave.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-devel/files/octave.in b/math/octave-devel/files/octave.in index 30deeea52e4f..e4536952856d 100644 --- a/math/octave-devel/files/octave.in +++ b/math/octave-devel/files/octave.in @@ -1,8 +1,8 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/math/octave-devel/files/octave.in,v 1.2 2006-07-09 02:02:27 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/math/octave-devel/files/octave.in,v 1.3 2006-09-03 20:45:53 maho Exp $ -OCTAVE_EXEC=%%PREFIX%%/libexec/octave/%%OCTAVE_VERSION%%/octave-%%OCTAVE_VERSION%% +OCTAVE_EXEC=%%PREFIX%%/libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-%%OCTAVE_VERSION%% LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH exec $OCTAVE_EXEC "$@" |