summaryrefslogtreecommitdiff
path: root/math/octave-devel/files/octave
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-devel/files/octave')
-rw-r--r--math/octave-devel/files/octave8
1 files changed, 0 insertions, 8 deletions
diff --git a/math/octave-devel/files/octave b/math/octave-devel/files/octave
deleted file mode 100644
index 5910ee467fee..000000000000
--- a/math/octave-devel/files/octave
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-OCTAVE_EXEC=%%PREFIX%%/bin/octave-%%OCTAVE_VERSION%%
-LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH
-
-exec $OCTAVE_EXEC "$@"