Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 07:48: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: 33fe46ba80d4 - main - games/macopix: Moved man to share/man
Message-ID:  <202402240748.41O7mYPT023904@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=33fe46ba80d46dd48a87490f04a0ffa8ffe0214e

commit 33fe46ba80d46dd48a87490f04a0ffa8ffe0214e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 07:25:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 07:25:27 +0000

    games/macopix: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 games/macopix/Makefile  | 3 ++-
 games/macopix/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/macopix/Makefile b/games/macopix/Makefile
index 9410b3ccfbea..89c16ea2e3ae 100644
--- a/games/macopix/Makefile
+++ b/games/macopix/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	macopix
 PORTVERSION=	1.7.4
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	games
 MASTER_SITES=	http://rosegray.sakura.ne.jp/macopix/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${LICENSE_DISTFILES_DATA}
@@ -40,6 +40,7 @@ USES=		gettext gmake gnome iconv jpeg libtool pkgconfig xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk20
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 CFLAGS+=	-fcommon
 CPPFLAGS+=	-I${LOCALBASE}/include
diff --git a/games/macopix/pkg-plist b/games/macopix/pkg-plist
index c1177ac43fab..e61caeb4b5cf 100644
--- a/games/macopix/pkg-plist
+++ b/games/macopix/pkg-plist
@@ -1,5 +1,5 @@
 bin/macopix
-man/man1/macopix.1.gz
+share/man/man1/macopix.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/NKR.README.ja
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/README.ja



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