diff options
Diffstat (limited to 'devel/ruby-dialogs/Makefile')
-rw-r--r-- | devel/ruby-dialogs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-dialogs/Makefile b/devel/ruby-dialogs/Makefile index 107ccbf42e3e..fd6eea02b57a 100644 --- a/devel/ruby-dialogs/Makefile +++ b/devel/ruby-dialogs/Makefile @@ -23,8 +23,8 @@ NO_BUILD= yes do-install: ${INSTALL_DATA} ${WRKDIR}/dialogs.rb ${RUBY_SITELIBDIR}/ .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/dialogs - ${INSTALL_DATA} ${WRKDIR}/dialogs.html ${RUBY_DOCDIR}/dialogs/ + ${MKDIR} ${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${WRKDIR}/dialogs.html ${RUBY_MODDOCDIR}/ .endif .include <bsd.port.mk> |