Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2015 07:35:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400973 - head/games/robocode
Message-ID:  <201511070735.tA77ZbNM045448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Nov  7 07:35:37 2015
New Revision: 400973
URL: https://svnweb.freebsd.org/changeset/ports/400973

Log:
  Fix staging with fmake

Modified:
  head/games/robocode/Makefile

Modified: head/games/robocode/Makefile
==============================================================================
--- head/games/robocode/Makefile	Sat Nov  7 06:11:53 2015	(r400972)
+++ head/games/robocode/Makefile	Sat Nov  7 07:35:37 2015	(r400973)
@@ -31,7 +31,7 @@ SUB_FILES=	${PORTNAME}-MeleeRumble ${POR
 		${PORTNAME}-TwinDuel pkg-deinstall pkg-message
 
 do-install:
-	cd ${WRKDIR} && ${INSTALL_SCRIPT} ${SUB_FILES:M${PORTNAME}*} \
+	cd ${WRKDIR} && ${INSTALL_SCRIPT} ${SUB_FILES:Mrobocode-*} \
 		${STAGEDIR}${PREFIX}/bin/
 
 .for d in battles compilers javadoc libs license roborumble robots \



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