aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave/Makefile
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/Makefile
parent78c49a07dae615034a4fa2ab56029d62414a1bcb (diff)
downloadfreebsd-ports-gnome-234b2dcb2611c28673332d3135d58f8b494dd563.tar.gz
freebsd-ports-gnome-234b2dcb2611c28673332d3135d58f8b494dd563.tar.zst
freebsd-ports-gnome-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/Makefile')
-rw-r--r--math/octave/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 2dfecb1d736b..fbb8a833a74a 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -56,7 +56,9 @@ CONFIGURE_ARGS+= --disable-readline
.endif
post-install:
+ ${MV} ${PREFIX}/bin/octave-${OCTAVE_VERSION} ${PREFIX}/libexec/octave/${OCTAVE_VERSION}
${INSTALL_SCRIPT} ${WRKDIR}/octave ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKDIR}/octave ${PREFIX}/bin/octave-${OCTAVE_VERSION}
${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.info ${PREFIX}/info
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}