aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-tzfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-tzfile/Makefile')
-rw-r--r--devel/ruby-tzfile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-tzfile/Makefile b/devel/ruby-tzfile/Makefile
index 3bc4748c992b..fc5ce7c27c5c 100644
--- a/devel/ruby-tzfile/Makefile
+++ b/devel/ruby-tzfile/Makefile
@@ -28,8 +28,8 @@ do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/tzfile.rb ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/tzfile.html ${RUBY_DOCDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_MODDOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/tzfile.html ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>