Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 20:07:34 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 234710f54dd6 - main - math/mpexpr: Moved man to share/man
Message-ID:  <202402242007.41OK7YBF086920@gitrepo.freebsd.org>

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

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

commit 234710f54dd6765ae77ca68a1ee6b72d75ae74f9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 19:26:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 19:26:41 +0000

    math/mpexpr: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 math/mpexpr/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/math/mpexpr/Makefile b/math/mpexpr/Makefile
index 52e5bb7cd2d9..e4baf2a820b7 100644
--- a/math/mpexpr/Makefile
+++ b/math/mpexpr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mpexpr
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math tcl
 MASTER_SITES=	SF
 
@@ -24,7 +24,7 @@ CONFIGURE_ENV+=	TCL_INC_DIR=${TCL_INCLUDEDIR} \
 
 PLIST_FILES=	lib/Mpexpr12/libMpexpr12.so \
 		lib/Mpexpr12/pkgIndex.tcl \
-		man/mann/mpexpr.n.gz
+		share/man/mann/mpexpr.n.gz
 
 post-patch:
 	${REINPLACE_CMD} -e 's|\.\.||' ${WRKSRC}/pkgIndex.tcl.in
@@ -34,7 +34,7 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/Mpexpr12
 	${INSTALL_PROGRAM} ${WRKSRC}/libMpexpr12.so ${STAGEDIR}${PREFIX}/lib/Mpexpr12
 	${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${STAGEDIR}${PREFIX}/lib/Mpexpr12
-	${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/mpexpr.man ${STAGEDIR}${PREFIX}/man/mann/mpexpr.n
+	${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/mpexpr.man ${STAGEDIR}${PREFIX}/share/man/mann/mpexpr.n
 
 do-test:
 	cd ${WRKSRC} && ${MAKE_CMD} test



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