Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2024 18:47:30 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 382a237560ca - main - emulators/mupen64plus-ui-console: Move manpages to share/man
Message-ID:  <202403251847.42PIlU4H071001@gitrepo.freebsd.org>

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

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

commit 382a237560caf5e5109e130fb23a83512c5e4a50
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-25 18:45:56 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-25 18:45:56 +0000

    emulators/mupen64plus-ui-console: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 emulators/mupen64plus-core/Makefile.common | 4 ++--
 emulators/mupen64plus-ui-console/Makefile  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common
index 6480dde90fbd..7d2d1e2a598f 100644
--- a/emulators/mupen64plus-core/Makefile.common
+++ b/emulators/mupen64plus-core/Makefile.common
@@ -64,7 +64,7 @@ pre-install:
 .	endif
 
 .	if ${PKGNAMESUFFIX} == "-ui-console"
-		@${ECHO_CMD} "man/man6/mupen64plus.6.gz" >> ${PLIST}
+		@${ECHO_CMD} "share/man/man6/mupen64plus.6.gz" >> ${PLIST}
 .	endif
 
 .	if ${PKGNAMESUFFIX} != "-ui-console"
@@ -99,7 +99,7 @@ do-install:
 	${LN} -sf ${PREFIX}/lib/libmupen64plus.so.2.0.0 ${STAGEDIR}${PREFIX}/lib/libmupen64plus.so.2
 .else
 .	if ${PKGNAMESUFFIX} == "-ui-console"
-		${INSTALL_MAN} ${WRKSRC}/doc/mupen64plus.6 ${STAGEDIR}${PREFIX}/man/man6/
+		${INSTALL_MAN} ${WRKSRC}/doc/mupen64plus.6 ${STAGEDIR}${PREFIX}/share/man/man6/
 .	endif
 
 .	if ${PKGNAMESUFFIX} == "-video-rice"
diff --git a/emulators/mupen64plus-ui-console/Makefile b/emulators/mupen64plus-ui-console/Makefile
index 062041379ecd..0a79c6cf0c7a 100644
--- a/emulators/mupen64plus-ui-console/Makefile
+++ b/emulators/mupen64plus-ui-console/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-ui-console
 
 COMMENT=	UI for Mupen64plus



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