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/Makefile | |
parent | 939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff) | |
download | ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.tar.gz ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.zip |
Notes
Diffstat (limited to 'textproc/ruby-xmlscan/Makefile')
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index 934ebb633d8d..8725ef1b7cbc 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/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> |