summaryrefslogtreecommitdiff
path: root/irc/rbot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/rbot/Makefile')
-rw-r--r--irc/rbot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile
index a427e1d96b4d..043c05af0088 100644
--- a/irc/rbot/Makefile
+++ b/irc/rbot/Makefile
@@ -29,9 +29,9 @@ do-install:
( cd ${WRKSRC}/rbotconf && ${TAR} -cf - * ) | \
${TAR} -C ${PREFIX}/etc/rbot -xkpf -
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/rbot
+ ${MKDIR} ${RUBY_MODDOCDIR}
( cd ${WRKSRC}/doc && ${TAR} -cf - * ) | \
- ${TAR} -C ${RUBY_DOCDIR}/rbot -xpf -
+ ${TAR} -C ${RUBY_MODDOCDIR} -xpf -
.endif
.include <bsd.port.mk>