aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ruby-snmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ruby-snmp/Makefile')
-rw-r--r--net-mgmt/ruby-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ruby-snmp/Makefile b/net-mgmt/ruby-snmp/Makefile
index c2c0531c0dfa..14954ea9aa70 100644
--- a/net-mgmt/ruby-snmp/Makefile
+++ b/net-mgmt/ruby-snmp/Makefile
@@ -35,9 +35,9 @@ DOCS_EN= mib_view.html \
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/snmp
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/snmp/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif