diff options
Diffstat (limited to 'devel/ruby-testunit/Makefile')
-rw-r--r-- | devel/ruby-testunit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-testunit/Makefile b/devel/ruby-testunit/Makefile index 658735b4e615..1075a48b4d2a 100644 --- a/devel/ruby-testunit/Makefile +++ b/devel/ruby-testunit/Makefile @@ -30,13 +30,13 @@ PLIST_SUB+= RUNIT_COMPAT:="" 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} - ${CP} -R ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ + ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif |