aboutsummaryrefslogtreecommitdiff
path: root/math/octave/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-07-09 02:02:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-07-09 02:02:27 +0000
commit87fff5f7bf0e09e8e7550935d1ed83c6d12e6711 (patch)
tree0f6972f32a4627d70512cf7892818388978afed1 /math/octave/Makefile
parent959d82bd5b1564db15902b58e65a64deb5c22a3f (diff)
Notes
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}