summaryrefslogtreecommitdiff
path: root/devel/ruby-date2/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
commit8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch)
tree9615b3688d1803f562165c15a4f065a2095b4ad0 /devel/ruby-date2/Makefile
parentAdd 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-date2/Makefile')
-rw-r--r--devel/ruby-date2/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-date2/Makefile b/devel/ruby-date2/Makefile
index 812e908f23cc..e7f66e5a0f51 100644
--- a/devel/ruby-date2/Makefile
+++ b/devel/ruby-date2/Makefile
@@ -31,19 +31,19 @@ IGNORE= is part of ruby ${RUBY_VER} distribution
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/date2/ja
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja
.for f in ${EXAMPLES_EN}
- ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/date2/
+ ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
.for f in ${EXAMPLES_JA}
- ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/date2/ja/
+ ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_MODEXAMPLESDIR}/ja/
.endfor
- ${MKDIR} ${RUBY_DOCDIR}/date2/ja
+ ${MKDIR} ${RUBY_MODDOCDIR}/ja
.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/date2/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/date2/ja/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
.endif