summaryrefslogtreecommitdiff
path: root/devel/ruby-optparse/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-07 12:50:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-07 12:50:16 +0000
commit6d71c7821e53f635ed80b942823bbbf19839733c (patch)
treed8275e044404f8d342f7654f396a13741fb8ae67 /devel/ruby-optparse/Makefile
parentUpdate to 0.86. (diff)
Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*
Notes
Notes: svn path=/head/; revision=31374
Diffstat (limited to 'devel/ruby-optparse/Makefile')
-rw-r--r--devel/ruby-optparse/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile
index 4df71b5ed000..2d0dac953d0e 100644
--- a/devel/ruby-optparse/Makefile
+++ b/devel/ruby-optparse/Makefile
@@ -30,7 +30,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/ruby/site_ruby/${f}
.endfor
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/ruby/optparse/examples/ja
+ ${MKDIR} ${PREFIX}/share/examples/ruby/optparse/ja
${MKDIR} ${PREFIX}/share/doc/ruby/optparse/ja
.for f in optparse.rlog
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/optparse/
@@ -39,10 +39,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/optparse/ja/
.endfor
.for f in cmd-ls.rb cmd.rb getopts.test.en opttest.rb
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/optparse/examples/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/examples/ruby/optparse/
.endfor
.for f in getopts.test
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/optparse/examples/ja
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/examples/ruby/optparse/ja
.endfor
.endif