mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
- Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst <johans@stack.nl> [1]
8 lines
274 B
Bash
8 lines
274 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD: /tmp/pcvs/ports/math/octave/files/Attic/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 "$@"
|