summaryrefslogtreecommitdiff
path: root/devel/ruby-avl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-avl/Makefile')
-rw-r--r--devel/ruby-avl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-avl/Makefile b/devel/ruby-avl/Makefile
index a12dc2bf1655..58e7e420acb1 100644
--- a/devel/ruby-avl/Makefile
+++ b/devel/ruby-avl/Makefile
@@ -30,13 +30,13 @@ DOCS= README
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