aboutsummaryrefslogtreecommitdiffstats
path: root/games/lander/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/lander/Makefile')
-rw-r--r--games/lander/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lander/Makefile b/games/lander/Makefile
index 947a615ca1d0..c1921d73adfe 100644
--- a/games/lander/Makefile
+++ b/games/lander/Makefile
@@ -35,7 +35,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>