diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-05 01:06:39 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-05 01:06:39 +0000 |
commit | 554a6054a2d139966ae02103bf23774e1559687a (patch) | |
tree | b7ce3de1de92a55cc87b1da24c844bf0df30bd20 /games | |
parent | 75c3ed547f0b1186ce5529fb4dd08ac71e0b7166 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/poker-engine/Makefile | 6 | ||||
-rw-r--r-- | games/poker-engine/pkg-plist | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index ccbe80469b4f..8fb911456b27 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -22,14 +22,10 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig gettext +USES= gmake pkgconfig gettext USE_PYTHON= 2.5-2.7 -USE_GMAKE= yes GNU_CONFIGURE= yes -MAN8= pokerconfigupgrade.8 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|{datadir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \ diff --git a/games/poker-engine/pkg-plist b/games/poker-engine/pkg-plist index 370fedae896e..ad98bb08ef68 100644 --- a/games/poker-engine/pkg-plist +++ b/games/poker-engine/pkg-plist @@ -195,6 +195,7 @@ share/locale/sv/LC_MESSAGES/poker-engine.mo %%DATADIR%%/conf/poker.omaha8.xml %%DATADIR%%/conf/poker.payouts.xml %%DATADIR%%/conf/poker.razz.xml +man/man8/pokerconfigupgrade.8.gz @dirrmtry share/locale/fr_FX/LC_MESSAGES @dirrmtry share/locale/fr_FX @dirrmtry share/locale/fr_CA/LC_MESSAGES |