diff options
author | mat <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
commit | 83b7c91d19c003ffb9239eedefcecc6a149026ea (patch) | |
tree | 9cbf2a263e7841be76898ae832e7bfb273d3fd08 /games/robocode/Makefile | |
parent | 89b1b18d91fb0b762e2387add24955f773c21fa4 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 \ |