summaryrefslogtreecommitdiff
path: root/sysutils/ruby-log4r/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ruby-log4r/Makefile')
-rw-r--r--sysutils/ruby-log4r/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ruby-log4r/Makefile b/sysutils/ruby-log4r/Makefile
index 5ba4e8307db5..61d55690222e 100644
--- a/sysutils/ruby-log4r/Makefile
+++ b/sysutils/ruby-log4r/Makefile
@@ -27,13 +27,13 @@ DOCS= README changelog doc/*
do-install:
cd ${WRKSRC}; ${RUBY} ./install.rb
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
- ${CP} -R ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${CP} -R ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${CP} -R ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif