diff options
Diffstat (limited to 'games/quake2-xatrix/Makefile')
-rw-r--r-- | games/quake2-xatrix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake2-xatrix/Makefile b/games/quake2-xatrix/Makefile index b10ff66..bf15f0b 100644 --- a/games/quake2-xatrix/Makefile +++ b/games/quake2-xatrix/Makefile @@ -19,8 +19,8 @@ PLIST_FILES= %%Q2DIR%%/${PORTNAME}/game.so PLIST_DIRS= %%Q2DIR%%/${PORTNAME} do-extract: - @${MKDIR} ${WRKDIR} - @cd ${WRKDIR} && uncompress -c ${DISTDIR}/${DISTFILES} | \ + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC} && uncompress -c ${DISTDIR}/${DISTFILES} | \ ${TAIL} +441 | ${SH} post-extract: |