aboutsummaryrefslogtreecommitdiffstats
path: root/games/xtron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xtron/Makefile')
-rw-r--r--games/xtron/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xtron/Makefile b/games/xtron/Makefile
index be1d9b4e41d2..d1ecc89b1b71 100644
--- a/games/xtron/Makefile
+++ b/games/xtron/Makefile
@@ -26,9 +26,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${PREFIX}/share/xtron
${INSTALL_DATA} ${WRKSRC}/xtronrc ${PREFIX}/lib/X11/app-defaults/Tron
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/xtron
- ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/xtron
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xtron
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>