aboutsummaryrefslogtreecommitdiff
path: root/games/linux-doom3
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
commit065c026fe5e21a269bbaae0ce69307c7308acbea (patch)
tree9cbf2a263e7841be76898ae832e7bfb273d3fd08 /games/linux-doom3
parent6d6314e20da82ad66b7b278eee92373caa9ab746 (diff)
downloadports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz
ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip
Notes
Diffstat (limited to 'games/linux-doom3')
-rw-r--r--games/linux-doom3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-doom3/Makefile b/games/linux-doom3/Makefile
index 4f538f87c4c2..a463e9db1251 100644
--- a/games/linux-doom3/Makefile
+++ b/games/linux-doom3/Makefile
@@ -37,8 +37,8 @@ PLIST_SUB+= NEW=""
.endif
do-extract:
- @${MKDIR} ${WRKDIR}
- @cd ${WRKDIR} && ${TAIL} +374 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \
+ @${MKDIR} ${WRKSRC}
+ @cd ${WRKSRC} && ${TAIL} +374 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \
${TAR} zxf -
.if empty(PORT_OPTIONS:MNO_CDKEY)