From f87963630cbb4fc06b7cf8102af1187e3cedcc28 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Thu, 26 May 2005 17:32:40 +0000 Subject: [1]: - Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst [1] --- math/octave-devel/files/octave.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 math/octave-devel/files/octave.in (limited to 'math/octave-devel/files/octave.in') diff --git a/math/octave-devel/files/octave.in b/math/octave-devel/files/octave.in new file mode 100644 index 000000000000..02b15598e3da --- /dev/null +++ b/math/octave-devel/files/octave.in @@ -0,0 +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 $ + +OCTAVE_EXEC=%%PREFIX%%/bin/octave-%%OCTAVE_VERSION%% +LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH + +exec $OCTAVE_EXEC "$@" -- cgit v1.2.3