Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 19:25:44 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: 184ca648666e - main - emulators/mupen64plus-qt: Sanitize MANPREFIX
Message-ID:  <202401211925.40LJPi1k072105@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=184ca648666eb1d869be56515f4c1773b62f3d50

commit 184ca648666eb1d869be56515f4c1773b62f3d50
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 18:45:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 19:25:25 +0000

    emulators/mupen64plus-qt: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 emulators/mupen64plus-qt/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/emulators/mupen64plus-qt/Makefile b/emulators/mupen64plus-qt/Makefile
index 4d8b2c49cbe9..af80d0147711 100644
--- a/emulators/mupen64plus-qt/Makefile
+++ b/emulators/mupen64plus-qt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mupen64plus-qt
 DISTVERSION=	1.14
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	emulators
 
 MAINTAINER=	maintainer@hasting.email
@@ -30,7 +30,7 @@ GH_ACCOUNT=	dh4
 PORTDOCS=	README.md
 
 PLIST_FILES=	bin/mupen64plus-qt \
-		man/man6/mupen64plus-qt.6.gz \
+		share/man/man6/mupen64plus-qt.6.gz \
 		share/applications/mupen64plus-qt.desktop \
 		share/pixmaps/mupen64plus-qt.png
 
@@ -40,7 +40,7 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/resources/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/resources/images/mupen64plus.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
-	${INSTALL_MAN} ${WRKSRC}/resources/${PORTNAME}.6 ${STAGEDIR}${MANPREFIX}/man/man6
+	${INSTALL_MAN} ${WRKSRC}/resources/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6
 
 do-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}



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