Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 10:11:49 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491937 - in head/games: crafty minecraft-client tuxfighter
Message-ID:  <201902021011.x12ABn4s010330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Feb  2 10:11:49 2019
New Revision: 491937
URL: https://svnweb.freebsd.org/changeset/ports/491937

Log:
  games/*: Use NO_WRKSUBDIR

Modified:
  head/games/crafty/Makefile
  head/games/minecraft-client/Makefile
  head/games/tuxfighter/Makefile

Modified: head/games/crafty/Makefile
==============================================================================
--- head/games/crafty/Makefile	Sat Feb  2 10:10:15 2019	(r491936)
+++ head/games/crafty/Makefile	Sat Feb  2 10:11:49 2019	(r491937)
@@ -22,11 +22,10 @@ BROKEN_armv7=		fails to compile: invokes x86 assembler
 BROKEN_mips=		fails to compile: unrecognized command line option "-mpopcnt"
 BROKEN_mips64=		fails to compile: unrecognized command line option "-mpopcnt"
 
-WRKSRC=		${WRKDIR}
-
 USES=		gmake zip
 
 ALL_TARGET=	unix-gcc
+NO_WRKSUBDIR=	yes
 
 WITH_BOOKDIR?=	${PREFIX}/lib/crafty
 WITH_LOGDIR?=	/tmp

Modified: head/games/minecraft-client/Makefile
==============================================================================
--- head/games/minecraft-client/Makefile	Sat Feb  2 10:10:15 2019	(r491936)
+++ head/games/minecraft-client/Makefile	Sat Feb  2 10:11:49 2019	(r491937)
@@ -17,20 +17,22 @@ COMMENT=	Client for the block building game
 
 RUN_DEPENDS=	${JAVALIBDIR}/lwjgl/lwjgl.jar:games/lwjgl
 
-WRKSRC=		${WRKDIR}
 USES=		openal
-NO_ARCH=	yes
-NO_BUILD=	yes
 USE_JAVA=	yes
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk
 JAVA_VERSION=	1.8+
+
 DESKTOP_ENTRIES="Minecraft" \
 		"Block building game" \
 		"${PREFIX}/share/pixmaps/minecraft-client.png" \
 		"${PORTNAME}" \
 		"Game;Java;" \
 		false
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}

Modified: head/games/tuxfighter/Makefile
==============================================================================
--- head/games/tuxfighter/Makefile	Sat Feb  2 10:10:15 2019	(r491936)
+++ head/games/tuxfighter/Makefile	Sat Feb  2 10:11:49 2019	(r491937)
@@ -19,8 +19,6 @@ LICENSE_FILE=	${WRKSRC}/GPL.txt
 
 RUN_DEPENDS=	${PYGAME}
 
-WRKSRC=		${WRKDIR}
-
 USES=		python:2.7 shebangfix
 SHEBANG_FILES=	TuxFighter54.py
 
@@ -33,6 +31,8 @@ SUB_FILES=	${PORTNAME} pkg-message
 
 DESKTOP_ENTRIES="TuxFighter" "" "${PORTNAME}" \
 		"${PORTNAME}" "Game;ArcadeGame;" ""
+
+NO_WRKSUBDIR=	yes
 
 OPTIONS_DEFINE=	DOCS
 



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