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-math3d/Makefile | |
parent | 939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff) | |
download | ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.tar.gz ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.zip |
Notes
Diffstat (limited to 'math/ruby-math3d/Makefile')
-rw-r--r-- | math/ruby-math3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile index 848e252fd470..e188554112a8 100644 --- a/math/ruby-math3d/Makefile +++ b/math/ruby-math3d/Makefile @@ -24,8 +24,8 @@ INSTALL_TARGET= site-install post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja - ${INSTALL_DATA} ${WRKSRC}/manual.jis ${RUBY_DOCDIR}/${PORTNAME}/ja/ + ${MKDIR} ${RUBY_MODDOCDIR}/ja + ${INSTALL_DATA} ${WRKSRC}/manual.jis ${RUBY_MODDOCDIR}/ja/ .endif .include <bsd.port.mk> |