Date: Sun, 13 Jan 2019 19:23:25 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490170 - head/math/maxima Message-ID: <201901131923.x0DJNPMU078557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Jan 13 19:23:25 2019 New Revision: 490170 URL: https://svnweb.freebsd.org/changeset/ports/490170 Log: math/maxima: fix help PR: 234842 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Reported by: jszhao@yeah.net Modified: head/math/maxima/Makefile (contents, props changed) head/math/maxima/pkg-plist (contents, props changed) Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Sun Jan 13 19:00:13 2019 (r490169) +++ head/math/maxima/Makefile Sun Jan 13 19:23:25 2019 (r490170) @@ -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 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} Modified: head/math/maxima/pkg-plist ============================================================================== --- head/math/maxima/pkg-plist Sun Jan 13 19:00:13 2019 (r490169) +++ head/math/maxima/pkg-plist Sun Jan 13 19:23:25 2019 (r490170) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901131923.x0DJNPMU078557>