Skip to content

Commit

Permalink
math/maxima: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 12, 2024
1 parent b0500b5 commit e7c446f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down Expand Up @@ -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>
2 changes: 1 addition & 1 deletion math/maxima/pkg-plist
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e7c446f

Please sign in to comment.