diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-07 07:35:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-07 07:35:37 +0000 |
commit | f507e2d07b0d02605da576811a9fe7622f52e3c7 (patch) | |
tree | 884202aeda0758b5a7d917d68dfa862267b4d700 /games/robocode | |
parent | f377bad7010f3c319fbdb6d264ee185c1f763a8e (diff) | |
download | ports-f507e2d07b0d02605da576811a9fe7622f52e3c7.tar.gz ports-f507e2d07b0d02605da576811a9fe7622f52e3c7.zip |
Notes
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 \ |