diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 12:50:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 12:50:16 +0000 |
commit | 6d71c7821e53f635ed80b942823bbbf19839733c (patch) | |
tree | d8275e044404f8d342f7654f396a13741fb8ae67 /devel/ruby-optparse | |
parent | Update 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')
-rw-r--r-- | devel/ruby-optparse/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-optparse/pkg-plist | 14 |
2 files changed, 10 insertions, 10 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 diff --git a/devel/ruby-optparse/pkg-plist b/devel/ruby-optparse/pkg-plist index 52ce9ed63d64..c2c979696251 100644 --- a/devel/ruby-optparse/pkg-plist +++ b/devel/ruby-optparse/pkg-plist @@ -2,14 +2,14 @@ lib/ruby/site_ruby/optparse/shellwords.rb lib/ruby/site_ruby/optparse/time.rb lib/ruby/site_ruby/optparse.rb @dirrm lib/ruby/site_ruby/optparse -share/doc/ruby/optparse/examples/ja/getopts.test -share/doc/ruby/optparse/examples/cmd-ls.rb -share/doc/ruby/optparse/examples/cmd.rb -share/doc/ruby/optparse/examples/getopts.test.en -share/doc/ruby/optparse/examples/opttest.rb +share/examples/ruby/optparse/ja/getopts.test +share/examples/ruby/optparse/cmd-ls.rb +share/examples/ruby/optparse/cmd.rb +share/examples/ruby/optparse/getopts.test.en +share/examples/ruby/optparse/opttest.rb share/doc/ruby/optparse/ja/optparse.ja.rd share/doc/ruby/optparse/optparse.rlog -@dirrm share/doc/ruby/optparse/examples/ja -@dirrm share/doc/ruby/optparse/examples +@dirrm share/examples/ruby/optparse/ja +@dirrm share/examples/ruby/optparse @dirrm share/doc/ruby/optparse/ja @dirrm share/doc/ruby/optparse |