diff options
Diffstat (limited to 'games/atris/Makefile')
-rw-r--r-- | games/atris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atris/Makefile b/games/atris/Makefile index 6694fbde67aa..c5a8e14ff38a 100644 --- a/games/atris/Makefile +++ b/games/atris/Makefile @@ -42,7 +42,7 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${RM} -f ${WRKSRC}/Docs/Makefile* + @${RM} ${WRKSRC}/Docs/Makefile* ${CP} -R ${WRKSRC}/Docs/* ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |