diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:33:07 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:33:07 +0100 |
commit | 3d6db5ba7cae1f2ad8109d25f9ad0d7126c54209 (patch) | |
tree | 5794901c6b43cc8c328cc9036ece086bd36347df | |
parent | b7f578203cbc15b19d280685f386f70c590f3da1 (diff) | |
download | freebsd-ports-3d6db5ba7cae1f2ad8109d25f9ad0d7126c54209.zip |
games/openyahtzee: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/openyahtzee/Makefile | 5 |
1 files 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> |