aboutsummaryrefslogtreecommitdiff
path: root/games/xmines/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmines/Makefile')
-rw-r--r--games/xmines/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmines/Makefile b/games/xmines/Makefile
index a3e977916688..1677866721f9 100644
--- a/games/xmines/Makefile
+++ b/games/xmines/Makefile
@@ -18,8 +18,8 @@ USE_X_PREFIX= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/xmines
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmines
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>