svn commit: r333618 - in head/games/wmtictactoe: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Nov 12 20:38:48 UTC 2013


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


More information about the svn-ports-head mailing list