diff options
Diffstat (limited to 'math/octave-devel/Makefile')
-rw-r--r-- | math/octave-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 2dfecb1d736b..fbb8a833a74a 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/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} |