diff options
Diffstat (limited to 'games/marsnomercy/Makefile')
-rw-r--r-- | games/marsnomercy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/marsnomercy/Makefile b/games/marsnomercy/Makefile index a94e86d5aa4f..f1af4bad6c7b 100644 --- a/games/marsnomercy/Makefile +++ b/games/marsnomercy/Makefile @@ -50,6 +50,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/mars-nomercy ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/mars ${STAGEDIR}${PREFIX}/libexec/mars cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - @${RM} -f ${STAGEDIR}${DATADIR}/SConscript + @${RM} ${STAGEDIR}${DATADIR}/SConscript .include <bsd.port.mk> |