aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-devel/files
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-07-09 10:02:27 +0800
committermaho <maho@FreeBSD.org>2006-07-09 10:02:27 +0800
commit234b2dcb2611c28673332d3135d58f8b494dd563 (patch)
treeb64511cb40a1626d195d92203931a623cf513493 /math/octave-devel/files
parent78c49a07dae615034a4fa2ab56029d62414a1bcb (diff)
downloadfreebsd-ports-graphics-234b2dcb2611c28673332d3135d58f8b494dd563.tar.gz
freebsd-ports-graphics-234b2dcb2611c28673332d3135d58f8b494dd563.tar.zst
freebsd-ports-graphics-234b2dcb2611c28673332d3135d58f8b494dd563.zip
octave executable is now installed under libexec,
so that we can install multiple versions of octaves. (esp for upcoming math/octave-devel port)
Diffstat (limited to 'math/octave-devel/files')
-rw-r--r--math/octave-devel/files/octave.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-devel/files/octave.in b/math/octave-devel/files/octave.in
index 02b15598e3d..30deeea52e4 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.1 2005-05-26 17:32:40 jylefort Exp $
+# $FreeBSD: /tmp/pcvs/ports/math/octave-devel/files/octave.in,v 1.2 2006-07-09 02:02:27 maho Exp $
-OCTAVE_EXEC=%%PREFIX%%/bin/octave-%%OCTAVE_VERSION%%
+OCTAVE_EXEC=%%PREFIX%%/libexec/octave/%%OCTAVE_VERSION%%/octave-%%OCTAVE_VERSION%%
LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH
exec $OCTAVE_EXEC "$@"