summaryrefslogtreecommitdiff
path: root/textproc/ruby-html-parser/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
commitea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch)
tree7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /textproc/ruby-html-parser/Makefile
parentAdd a lib number to the fontconfig dependency. (diff)
Use RUBY_MOD*.
Notes
Notes: svn path=/head/; revision=67509
Diffstat (limited to 'textproc/ruby-html-parser/Makefile')
-rw-r--r--textproc/ruby-html-parser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile
index ce21fa9100a5..6d428837f15f 100644
--- a/textproc/ruby-html-parser/Makefile
+++ b/textproc/ruby-html-parser/Makefile
@@ -25,8 +25,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}
.endfor
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/README.* ${RUBY_DOCDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_MODDOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.* ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>