Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 12:39:39 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b3fe329a0f6 - main - math/mathomatic: Move manpages to share/man
Message-ID:  <202401211239.40LCddtY075136@gitrepo.freebsd.org>

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

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

commit 6b3fe329a0f6cd3e6231935250c3b6846567f318
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 12:39:36 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 12:39:36 +0000

    math/mathomatic: Move manpages to share/man
---
 math/mathomatic/Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index 206f256899bb..edc495cf7ace 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mathomatic
-PORTVERSION=	16.0.5
-PORTREVISION=	2
+DISTVERSION=	16.0.5
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -17,20 +17,20 @@ GH_ACCOUNT=	mfillpot
 GH_TAGNAME=	ceb0861
 
 MAKEFILE=	makefile
-TEST_TARGET=	check  # test fails
+MAKE_ARGS=	READLINE=1
+TEST_TARGET=	check # test fails
 
+PLIST_FILES=	bin/mathomatic \
+		share/applications/mathomatic.desktop \
+		share/man/man1/mathomatic.1.gz \
+		share/pixmaps/mathomatic.png
 PORTDOCS=	*
-PLIST_FILES=	bin/mathomatic man/man1/mathomatic.1.gz \
-		share/pixmaps/mathomatic.png \
-		share/applications/mathomatic.desktop
-
-MAKE_ARGS=	READLINE=1
 
 OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
 	${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.desktop \
 		${STAGEDIR}${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${STAGEDIR}${PREFIX}/share/pixmaps



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