games/openyahtzee: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 08:33:07 +01:00
parent b7f578203c
commit 3d6db5ba7c
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -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>