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 /textproc/ruby-xmlscan-old/Makefile | |
parent | Add a lib number to the fontconfig dependency. (diff) |
Use RUBY_MOD*.
Diffstat (limited to '')
-rw-r--r-- | textproc/ruby-xmlscan-old/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-xmlscan-old/Makefile b/textproc/ruby-xmlscan-old/Makefile index 934ebb633d8d..8725ef1b7cbc 100644 --- a/textproc/ruby-xmlscan-old/Makefile +++ b/textproc/ruby-xmlscan-old/Makefile @@ -25,8 +25,8 @@ do-build: do-install: cd ${WRKSRC}; ${INSTALL_DATA} [hx]*.rb ${RUBY_SITELIBDIR}/ .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/ + ${MKDIR} ${RUBY_MODDOCDIR}/ja + ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ja/ .endif .include <bsd.port.mk> |