diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
commit | 8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch) | |
tree | 9615b3688d1803f562165c15a4f065a2095b4ad0 /devel/ruby-testunit/Makefile | |
parent | Add fontconfig, an XML-based font configuration API for X. (diff) |
Use RUBY_MOD*.
Notes
Notes:
svn path=/head/; revision=67504
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 |