Date: Sat, 24 Feb 2024 07:48:38 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: 3d6db5ba7cae - main - games/openyahtzee: Moved man to share/man Message-ID: <202402240748.41O7mcpJ024048@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=3d6db5ba7cae1f2ad8109d25f9ad0d7126c54209 commit 3d6db5ba7cae1f2ad8109d25f9ad0d7126c54209 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:33:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:33:07 +0000 games/openyahtzee: Moved man to share/man Approved by: portmgr (blanket) --- games/openyahtzee/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index ff76a286a3fc..ef9dec8b43cb 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -1,6 +1,6 @@ PORTNAME= openyahtzee PORTVERSION= 1.9.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} @@ -18,12 +18,13 @@ USE_CXXSTD= c++11 USE_WX= 3.2 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share DESKTOP_ENTRIES="Open Yahtzee" "" "${LOCALBASE}/share/pixmaps/openyahtzee.png" \ "${PORTNAME}" "Game;" false PLIST_FILES= bin/openyahtzee \ share/pixmaps/openyahtzee.png \ - man/man6/openyahtzee.6.gz + share/man/man6/openyahtzee.6.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240748.41O7mcpJ024048>