diff options
author | swills <swills@FreeBSD.org> | 2019-01-14 03:23:25 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-01-14 03:23:25 +0800 |
commit | 02cfc7100c4584d16390c92b143f004cb9f0c444 (patch) | |
tree | 2579d455f26b57a261337fb0a3866c856028585e /math | |
parent | 15225c994fd9ed48ff1f1581cae77990a0eb9239 (diff) | |
download | freebsd-ports-gnome-02cfc7100c4584d16390c92b143f004cb9f0c444.tar.gz freebsd-ports-gnome-02cfc7100c4584d16390c92b143f004cb9f0c444.tar.zst freebsd-ports-gnome-02cfc7100c4584d16390c92b143f004cb9f0c444.zip |
math/maxima: fix help
PR: 234842
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Reported by: jszhao@yeah.net
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 9 | ||||
-rw-r--r-- | math/maxima/pkg-plist | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index bc8cfd37633e..ee99527d8f34 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -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} diff --git a/math/maxima/pkg-plist b/math/maxima/pkg-plist index 2aa2a87e6bcd..17c032b32480 100644 --- a/math/maxima/pkg-plist +++ b/math/maxima/pkg-plist @@ -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 |