diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-05 09:06:39 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-05 09:06:39 +0800 |
commit | ff907070c9597143e4d762aad60124ed201c3ead (patch) | |
tree | b7ce3de1de92a55cc87b1da24c844bf0df30bd20 | |
parent | a03de50a7381982e829bdc9724fab52f610d651a (diff) | |
download | freebsd-ports-gnome-ff907070c9597143e4d762aad60124ed201c3ead.tar.gz freebsd-ports-gnome-ff907070c9597143e4d762aad60124ed201c3ead.tar.zst freebsd-ports-gnome-ff907070c9597143e4d762aad60124ed201c3ead.zip |
- Add stage support
- Convert USE_GMAKE to USES
-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 |