summaryrefslogtreecommitdiffstats
path: root/devel/ruby-property/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-property/Makefile')
-rw-r--r--devel/ruby-property/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-property/Makefile b/devel/ruby-property/Makefile
index e51ab42..68012f3 100644
--- a/devel/ruby-property/Makefile
+++ b/devel/ruby-property/Makefile
@@ -27,12 +27,12 @@ post-patch:
do-install:
${INSTALL_DATA} ${WRKSRC}/property.rb ${RUBY_SITELIBDIR}
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/property/ja
+ ${MKDIR} ${RUBY_MODDOCDIR}/ja
.for f in property-example.rb test.default property.README Properties.html rubyapi.css
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/property
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
.endfor
.for f in property.README.ja Properties-ja.html
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/property/ja
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja
.endfor
.endif
OpenPOWER on IntegriCloud