aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-dbd_sqlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ruby-dbd_sqlite/Makefile')
-rw-r--r--databases/ruby-dbd_sqlite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile
index 3a17208a069e..2b245cae2b3c 100644
--- a/databases/ruby-dbd_sqlite/Makefile
+++ b/databases/ruby-dbd_sqlite/Makefile
@@ -35,9 +35,9 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${RUBY_DBI_PORTNAME}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${RUBY_DBI_PORTNAME}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif