summaryrefslogtreecommitdiff
path: root/games/nethack32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack32/Makefile')
-rw-r--r--games/nethack32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile
index 3b2c41c468c0..aa68654804d2 100644
--- a/games/nethack32/Makefile
+++ b/games/nethack32/Makefile
@@ -32,8 +32,8 @@ post-install:
@cd ${WRKSRC}/doc; ${CHMOD} 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/nethack
- ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>