summaryrefslogtreecommitdiffstats
path: root/devel/ruby-flex_rb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-flex_rb/Makefile')
-rw-r--r--devel/ruby-flex_rb/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-flex_rb/Makefile b/devel/ruby-flex_rb/Makefile
index 957a514..722be52 100644
--- a/devel/ruby-flex_rb/Makefile
+++ b/devel/ruby-flex_rb/Makefile
@@ -28,13 +28,13 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
OpenPOWER on IntegriCloud