summaryrefslogtreecommitdiffstats
path: root/devel/ruby-gconf2/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
committerknu <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
commit3762885a8d60e005e66d49d09e37082a6604324a (patch)
treec2ca2f16115a296809f0407a67e1ef519d6ffccb /devel/ruby-gconf2/Makefile
parentbf19b7122ce4c6a1aca63f43dbee255f703e1114 (diff)
downloadFreeBSD-ports-3762885a8d60e005e66d49d09e37082a6604324a.zip
FreeBSD-ports-3762885a8d60e005e66d49d09e37082a6604324a.tar.gz
Use RUBY_MOD*.
Diffstat (limited to 'devel/ruby-gconf2/Makefile')
-rw-r--r--devel/ruby-gconf2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-gconf2/Makefile b/devel/ruby-gconf2/Makefile
index 9a121a2..733aa6f 100644
--- a/devel/ruby-gconf2/Makefile
+++ b/devel/ruby-gconf2/Makefile
@@ -36,9 +36,9 @@ DOCS= CREDITS \
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
OpenPOWER on IntegriCloud