Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 20:38:48 +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: r333618 - in head/games/wmtictactoe: . files
Message-ID:  <201311122038.rACKcmp1097992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Nov 12 20:38:47 2013
New Revision: 333618
URL: http://svnweb.freebsd.org/changeset/ports/333618

Log:
  - Convert USE_GMAKE to USES
  - Add stage support

Modified:
  head/games/wmtictactoe/Makefile
  head/games/wmtictactoe/files/patch-aa

Modified: head/games/wmtictactoe/Makefile
==============================================================================
--- head/games/wmtictactoe/Makefile	Tue Nov 12 20:36:40 2013	(r333617)
+++ head/games/wmtictactoe/Makefile	Tue Nov 12 20:38:47 2013	(r333618)
@@ -14,11 +14,10 @@ COMMENT=	Dockable TicTacToe game for Win
 WRKSRC=		${WRKDIR}/wmtictactoe.app/wmtictactoe
 
 USE_XORG=	xpm
-USE_GMAKE=	yes
+USES=		gmake
 
 PLIST_FILES=	bin/wmtictactoe
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^void .*main|int main|' ${WRKSRC}/wmtictactoe.c

Modified: head/games/wmtictactoe/files/patch-aa
==============================================================================
--- head/games/wmtictactoe/files/patch-aa	Tue Nov 12 20:36:40 2013	(r333617)
+++ head/games/wmtictactoe/files/patch-aa	Tue Nov 12 20:38:47 2013	(r333618)
@@ -27,4 +27,4 @@
  install:
 -	/usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe
 -
-+	@/usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe ${PREFIX}/bin/wmtictactoe
++	@/usr/bin/install -c -s -m 755 wmtictactoe ${DESTDIR}${PREFIX}/bin/wmtictactoe



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