diff options
Diffstat (limited to 'math/octave-devel/files/octave.in')
-rw-r--r-- | math/octave-devel/files/octave.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/math/octave-devel/files/octave.in b/math/octave-devel/files/octave.in deleted file mode 100644 index e4536952856d..000000000000 --- a/math/octave-devel/files/octave.in +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $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%%/exec/%%GNU_HOST%%/octave-%%OCTAVE_VERSION%% -LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH - -exec $OCTAVE_EXEC "$@" |