diff options
Diffstat (limited to 'databases/ruby-dbd_sybase/Makefile')
-rw-r--r-- | databases/ruby-dbd_sybase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-dbd_sybase/Makefile b/databases/ruby-dbd_sybase/Makefile index 42a979b04cb1..38d3ba587a4e 100644 --- a/databases/ruby-dbd_sybase/Makefile +++ b/databases/ruby-dbd_sybase/Makefile @@ -33,9 +33,9 @@ DOCS_EN= ext/${PORTNAME}/doc/* 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 |