diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
commit | 065c026fe5e21a269bbaae0ce69307c7308acbea (patch) | |
tree | 9cbf2a263e7841be76898ae832e7bfb273d3fd08 /games/quake-dpmod | |
parent | 6d6314e20da82ad66b7b278eee92373caa9ab746 (diff) |
Notes
Diffstat (limited to 'games/quake-dpmod')
-rw-r--r-- | games/quake-dpmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake-dpmod/Makefile b/games/quake-dpmod/Makefile index 74f9e6368b80..e33797dc466f 100644 --- a/games/quake-dpmod/Makefile +++ b/games/quake-dpmod/Makefile @@ -22,9 +22,9 @@ DATADIR= ${Q1DIR}/${PORTNAME} post-extract: # Remove CVS directories - @${FIND} ${WRKDIR} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf + @${FIND} ${WRKSRC} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf # Fix permissions - @${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat + @${CHMOD} go-w ${WRKSRC}/dpmod/progs.dat do-install: @${MKDIR} ${STAGEDIR}${DATADIR} |