svn commit: r332798 - head/games/poker-engine
Danilo Egea Gondolfo
danilo at FreeBSD.org
Tue Nov 5 01:06:40 UTC 2013
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
More information about the svn-ports-all
mailing list