Date: Sat, 24 Feb 2024 07:48:41 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: 44851ff8c9e7 - main - games/pmars: Moved man to share/man Message-ID: <202402240748.41O7mfG1024188@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=44851ff8c9e73e8d771141a7a779939651b4eb6b commit 44851ff8c9e73e8d771141a7a779939651b4eb6b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:36:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:36:16 +0000 games/pmars: Moved man to share/man Approved by: portmgr (blanket) --- games/pmars/Makefile | 4 ++-- games/pmars/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/pmars/Makefile b/games/pmars/Makefile index 0ddbd20c5bdf..aabca20a25db 100644 --- a/games/pmars/Makefile +++ b/games/pmars/Makefile @@ -1,6 +1,6 @@ PORTNAME= pmars PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/corewar/pMARS/${PORTVERSION} @@ -67,7 +67,7 @@ do-install: .for f in ${TARGETS} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${f} ${STAGEDIR}${PREFIX}/bin .endfor - ${INSTALL_MAN} ${WRKSRC}/../doc/pmars.6 ${STAGEDIR}${PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/../doc/pmars.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/.. && ${COPYTREE_SHARE} "README config doc warriors" ${STAGEDIR}${DOCSDIR} diff --git a/games/pmars/pkg-plist b/games/pmars/pkg-plist index e2124968dd5c..94e7dc3d0849 100644 --- a/games/pmars/pkg-plist +++ b/games/pmars/pkg-plist @@ -1,6 +1,6 @@ %%CURSES%%bin/pmars-curses %%SERVER%%bin/pmars-server -man/man6/pmars.6.gz +share/man/man6/pmars.6.gz %%X11%%bin/pmars-x11 %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/config/94x.opt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240748.41O7mfG1024188>