aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-sysvipc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-sysvipc/Makefile')
-rw-r--r--devel/ruby-sysvipc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-sysvipc/Makefile b/devel/ruby-sysvipc/Makefile
index 2c637ec8ec0..7a04e3550dc 100644
--- a/devel/ruby-sysvipc/Makefile
+++ b/devel/ruby-sysvipc/Makefile
@@ -30,9 +30,9 @@ post-build:
post-install:
.if !defined(NOPORTDOCS)
- ${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