mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
math/maxima: fix help
PR: 234842 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Reported by: jszhao@yeah.net
This commit is contained in:
parent
517851798b
commit
94313d4e82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490170
2 changed files with 6 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= maxima
|
||||
PORTVERSION= 5.42.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math lisp tk
|
||||
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
|
||||
|
||||
|
@ -17,7 +18,6 @@ LICENSE_PERMS_MAXIMAEXTRACLAUSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-
|
|||
|
||||
RUN_DEPENDS= gnuplot:math/gnuplot \
|
||||
rlwrap:devel/rlwrap
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
USES= autoreconf gmake shared-mime-info tk:85+
|
||||
|
||||
|
@ -26,6 +26,8 @@ CONFIGURE_ARGS= PYTHON=dummy
|
|||
|
||||
INFO= imaxima maxima xmaxima abs_integrate drawutils kovacicODE logic
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES DOCS MANPAGES TEST
|
||||
OPTIONS_SINGLE= LISP
|
||||
OPTIONS_SINGLE_LISP= CCL CMUCL SBCL
|
||||
|
@ -73,9 +75,8 @@ post-build-MANPAGES-on:
|
|||
post-build-TEST-on: do-test
|
||||
|
||||
post-install:
|
||||
for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima.info$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/info
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp ${STAGEDIR}${PREFIX}/info
|
||||
for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima.info$$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp ${STAGEDIR}${PREFIX}/${INFO_PATH}
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
bin/maxima
|
||||
bin/rmaxima
|
||||
bin/xmaxima
|
||||
info/maxima-index.lisp
|
||||
lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%BINNAME%%
|
||||
%%CMUCL%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/lisp
|
||||
libexec/maxima/%%PORTVERSION%%/mgnuplot
|
||||
|
@ -10,6 +9,7 @@ share/applications/xmaxima.desktop
|
|||
share/bash-completion/completions/maxima
|
||||
share/bash-completion/completions/rmaxima
|
||||
share/bash-completion/completions/xmaxima
|
||||
share/info/maxima-index.lisp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_10.html
|
||||
|
|
Loading…
Add table
Reference in a new issue