diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
commit | ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch) | |
tree | 7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /math/ruby-bigfloat/Makefile | |
parent | Add a lib number to the fontconfig dependency. (diff) |
Use RUBY_MOD*.
Diffstat (limited to '')
-rw-r--r-- | math/ruby-bigfloat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile index ef8db828b28d..761271894906 100644 --- a/math/ruby-bigfloat/Makefile +++ b/math/ruby-bigfloat/Makefile @@ -35,12 +35,12 @@ post-extract: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja + ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif |