summaryrefslogtreecommitdiffstats
path: root/games/robocode/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
committermat <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
commit83b7c91d19c003ffb9239eedefcecc6a149026ea (patch)
tree9cbf2a263e7841be76898ae832e7bfb273d3fd08 /games/robocode/Makefile
parent89b1b18d91fb0b762e2387add24955f773c21fa4 (diff)
downloadFreeBSD-ports-83b7c91d19c003ffb9239eedefcecc6a149026ea.zip
FreeBSD-ports-83b7c91d19c003ffb9239eedefcecc6a149026ea.tar.gz
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
Diffstat (limited to 'games/robocode/Makefile')
-rw-r--r--games/robocode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/robocode/Makefile b/games/robocode/Makefile
index a1e2fb3..de1d810 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:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-* \
+ cd ${WRKDIR} && ${INSTALL_SCRIPT} ${SUB_FILES:M${PORTNAME}*} \
${STAGEDIR}${PREFIX}/bin/
.for d in battles compilers javadoc libs license roborumble robots \
OpenPOWER on IntegriCloud