Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 01:08:12 +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: r332799 - head/games/poker-eval
Message-ID:  <201311050108.rA518CXI022911@svn.freebsd.org>

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

Log:
  - Convert USE_GMAKE to USES
  - Add stage support

Modified:
  head/games/poker-eval/Makefile

Modified: head/games/poker-eval/Makefile
==============================================================================
--- head/games/poker-eval/Makefile	Tue Nov  5 01:06:39 2013	(r332798)
+++ head/games/poker-eval/Makefile	Tue Nov  5 01:08:11 2013	(r332799)
@@ -8,17 +8,15 @@ MASTER_SITES=	http://download.gna.org/po
 DISTNAME=	${PORTNAME}-${PORTVERSION:E}.0
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A C library to evaluate poker hands
+COMMENT=	C library to evaluate poker hands
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|{libdir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \



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