Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 01:06:39 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332798 - head/games/poker-engine
Message-ID:  <201311050106.rA516d8t022613@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Nov  5 01:06:39 2013
New Revision: 332798
URL: http://svnweb.freebsd.org/changeset/ports/332798

Log:
  - Add stage support
  - Convert USE_GMAKE to USES

Modified:
  head/games/poker-engine/Makefile
  head/games/poker-engine/pkg-plist

Modified: head/games/poker-engine/Makefile
==============================================================================
--- head/games/poker-engine/Makefile	Tue Nov  5 00:53:19 2013	(r332797)
+++ head/games/poker-engine/Makefile	Tue Nov  5 01:06:39 2013	(r332798)
@@ -22,14 +22,10 @@ RUN_DEPENDS=	${LOCALBASE}/bin/rsync:${PO
 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' \

Modified: head/games/poker-engine/pkg-plist
==============================================================================
--- head/games/poker-engine/pkg-plist	Tue Nov  5 00:53:19 2013	(r332797)
+++ head/games/poker-engine/pkg-plist	Tue Nov  5 01:06:39 2013	(r332798)
@@ -195,6 +195,7 @@ share/locale/sv/LC_MESSAGES/poker-engine
 %%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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311050106.rA516d8t022613>