diff options
Diffstat (limited to 'games/robocode')
-rw-r--r-- | games/robocode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/robocode/Makefile b/games/robocode/Makefile index de1d810452c8..27b15c218439 100644 --- a/games/robocode/Makefile +++ b/games/robocode/Makefile @@ -31,7 +31,7 @@ SUB_FILES= ${PORTNAME}-MeleeRumble ${PORTNAME}-RoboRumble \ ${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 \ |