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/doom-hacx/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/doom-hacx/Makefile')
-rw-r--r-- | games/doom-hacx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/doom-hacx/Makefile b/games/doom-hacx/Makefile index 9dc24c5..99f1996 100644 --- a/games/doom-hacx/Makefile +++ b/games/doom-hacx/Makefile @@ -26,9 +26,8 @@ PLIST_DIRS= %%DATADIR%% .include <bsd.port.pre.mk> do-extract: - @${MKDIR} ${WRKDIR} @${BZIP2_CMD} -dc ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > \ - ${WRKDIR}/${DISTNAME} + ${WRKSRC}/${DISTNAME} do-install: ${MKDIR} ${STAGEDIR}${DATADIR} |