aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-metaruby/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
commit8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch)
tree9615b3688d1803f562165c15a4f065a2095b4ad0 /devel/ruby-metaruby/Makefile
parent4aa34c64c500840cdcabfd0efafc7193e5bb8a8b (diff)
downloadports-8dc9b4eb8bca30bf9b923f84ff86bb439204854d.tar.gz
ports-8dc9b4eb8bca30bf9b923f84ff86bb439204854d.zip
Notes
Diffstat (limited to 'devel/ruby-metaruby/Makefile')
-rw-r--r--devel/ruby-metaruby/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-metaruby/Makefile b/devel/ruby-metaruby/Makefile
index 881d32596096..bff9cdbde28e 100644
--- a/devel/ruby-metaruby/Makefile
+++ b/devel/ruby-metaruby/Makefile
@@ -22,11 +22,11 @@ DOCS= ChangeLog Overview TODO doc/*
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif