aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-amstd/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-10-07 05:08:30 +0800
committerknu <knu@FreeBSD.org>2002-10-07 05:08:30 +0800
commit3762885a8d60e005e66d49d09e37082a6604324a (patch)
treec2ca2f16115a296809f0407a67e1ef519d6ffccb /devel/ruby-amstd/Makefile
parentbf19b7122ce4c6a1aca63f43dbee255f703e1114 (diff)
downloadfreebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.tar.gz
freebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.tar.zst
freebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.zip
Use RUBY_MOD*.
Diffstat (limited to 'devel/ruby-amstd/Makefile')
-rw-r--r--devel/ruby-amstd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-amstd/Makefile b/devel/ruby-amstd/Makefile
index 4f0e3ed8fb49..9f03a3bba213 100644
--- a/devel/ruby-amstd/Makefile
+++ b/devel/ruby-amstd/Makefile
@@ -25,12 +25,12 @@ DOCS_JA= README.ja manual.rd.ja
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