diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-07 15:35:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-07 15:35:37 +0800 |
commit | 532ac30ad7b4b9d05f16ddc19ca2af0d3af194b0 (patch) | |
tree | 884202aeda0758b5a7d917d68dfa862267b4d700 /games/robocode | |
parent | ab8f91371a9c18991b556aa16003fd99fd4fb7db (diff) | |
download | freebsd-ports-gnome-532ac30ad7b4b9d05f16ddc19ca2af0d3af194b0.tar.gz freebsd-ports-gnome-532ac30ad7b4b9d05f16ddc19ca2af0d3af194b0.tar.zst freebsd-ports-gnome-532ac30ad7b4b9d05f16ddc19ca2af0d3af194b0.zip |
Fix staging with fmake
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 \ |