diff options
Diffstat (limited to 'lang/ruby-programmingruby/Makefile')
-rw-r--r-- | lang/ruby-programmingruby/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby-programmingruby/Makefile b/lang/ruby-programmingruby/Makefile index c0d521565f59..f4df087a4a8f 100644 --- a/lang/ruby-programmingruby/Makefile +++ b/lang/ruby-programmingruby/Makefile @@ -22,10 +22,8 @@ RUBY_NO_RUN_DEPENDS= yes NO_BUILD= yes -DOCDIR= ${RUBY_DOCDIR}/${PORTNAME} - do-install: - ${MKDIR} ${DOCDIR} - ${CP} -R ${WRKSRC}/* ${DOCDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR} + ${CP} -R ${WRKSRC}/* ${RUBY_MODDOCDIR}/ .include <bsd.port.mk> |