svn commit: r400973 - head/games/robocode

Antoine Brodin antoine at FreeBSD.org
Sat Nov 7 07:35:39 UTC 2015


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 \


More information about the svn-ports-all mailing list