From ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 6 Oct 2002 21:38:34 +0000 Subject: Use RUBY_MOD*. --- lang/ruby-programmingruby/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lang/ruby-programmingruby/Makefile') diff --git a/lang/ruby-programmingruby/Makefile b/lang/ruby-programmingruby/Makefile index c0d521565f59..f4df087a4a8f 100644 --- a/lang/ruby-programmingruby/Makefile +++ b/lang/ruby-programmingruby/Makefile @@ -22,10 +22,8 @@ RUBY_NO_RUN_DEPENDS= yes NO_BUILD= yes -DOCDIR= ${RUBY_DOCDIR}/${PORTNAME} - do-install: - ${MKDIR} ${DOCDIR} - ${CP} -R ${WRKSRC}/* ${DOCDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR} + ${CP} -R ${WRKSRC}/* ${RUBY_MODDOCDIR}/ .include -- cgit v1.2.3