diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-13 19:23:25 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-13 19:23:25 +0000 |
commit | 94313d4e82a9e7deb145672fc57bc639f364eb52 (patch) | |
tree | 2579d455f26b57a261337fb0a3866c856028585e /math/maxima | |
parent | 517851798bf319b72d5a90eb55353866f72b188a (diff) |
Notes
Diffstat (limited to 'math/maxima')
-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 |