diff options
Diffstat (limited to 'devel/ruby-libgtop/Makefile')
-rw-r--r-- | devel/ruby-libgtop/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-libgtop/Makefile b/devel/ruby-libgtop/Makefile index 5d4c3b936654..c3435e1ebee1 100644 --- a/devel/ruby-libgtop/Makefile +++ b/devel/ruby-libgtop/Makefile @@ -29,13 +29,13 @@ EXAMPLES= test.rb 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 |