Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2024 12:04:53 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e7c446f89b3a - main - math/maxima: Move man pages to share/man
Message-ID:  <202403121204.42CC4r5o014111@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7c446f89b3aff48b1f74f4146c5c99fed4af791

commit e7c446f89b3aff48b1f74f4146c5c99fed4af791
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-12 10:48:13 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-12 12:04:29 +0000

    math/maxima: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 math/maxima/Makefile  | 4 ++--
 math/maxima/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 986783c8fbad..af2d50ece088 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	maxima
 PORTVERSION=	5.47.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math lisp tk
 MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
 
@@ -135,6 +135,6 @@ post-install-EXAMPLES-on:
 
 post-install-MANPAGES-on:
 	${MKDIR} ${STAGEDIR}${PREFIX}/man/man1 && \
-	${INSTALL_MAN} ${WRKSRC}/doc/man/maxima.1.gz ${STAGEDIR}${PREFIX}/man/man1/maxima.1.gz
+	${INSTALL_MAN} ${WRKSRC}/doc/man/maxima.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/maxima.1.gz
 
 .include <bsd.port.mk>
diff --git a/math/maxima/pkg-plist b/math/maxima/pkg-plist
index 1d7ad6bebb0f..e47facaf4fb8 100644
--- a/math/maxima/pkg-plist
+++ b/math/maxima/pkg-plist
@@ -4,7 +4,6 @@ bin/rmaxima
 %%SAGE%%lib/ecl/maxima.fas
 lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%BINNAME%%
 libexec/maxima/%%PORTVERSION%%/mgnuplot
-%%MANPAGES%%man/man1/maxima.1.gz
 share/applications/net.sourceforge.maxima.xmaxima.desktop
 share/bash-completion/completions/maxima
 share/bash-completion/completions/rmaxima
@@ -25,6 +24,7 @@ share/emacs/site-lisp/setup-imaxima-imath.el
 share/emacs/site-lisp/smart-complete.el
 share/emacs/site-lisp/sshell.el
 share/info/maxima-index.lisp
+%%MANPAGES%%share/man/man1/maxima.1.gz
 share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml
 share/mime/packages/x-mac.xml
 share/mime/packages/x-maxima-out.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403121204.42CC4r5o014111>