aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-rbtree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-rbtree/Makefile')
-rw-r--r--devel/ruby-rbtree/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-rbtree/Makefile b/devel/ruby-rbtree/Makefile
index c1657afae6d7..9a9bdddd724a 100644
--- a/devel/ruby-rbtree/Makefile
+++ b/devel/ruby-rbtree/Makefile
@@ -24,9 +24,9 @@ DOCS= ChangeLog LICENSE README
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif