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-racc | |
parent | 12b93c7338fca423bead51e990845a66c5efc131 (diff) | |
download | ports-6d71c7821e53f635ed80b942823bbbf19839733c.tar.gz ports-6d71c7821e53f635ed80b942823bbbf19839733c.zip |
Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*
Notes
Notes:
svn path=/head/; revision=31374
Diffstat (limited to 'devel/ruby-racc')
-rw-r--r-- | devel/ruby-racc/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-racc/pkg-plist | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index de7dd1e18e88..49ce6354211f 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -37,10 +37,10 @@ do-build: do-install: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${RUBY} setup.rb install .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ruby/racc/examples + ${MKDIR} ${PREFIX}/share/examples/ruby/racc ${MKDIR} ${PREFIX}/share/doc/ruby/racc/ja .for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${PREFIX}/share/doc/ruby/racc/examples/ + ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${PREFIX}/share/examples/ruby/racc/ .endfor .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/doc.en/${f} ${PREFIX}/share/doc/ruby/racc/ diff --git a/devel/ruby-racc/pkg-plist b/devel/ruby-racc/pkg-plist index 7d39c7e26a37..240cab99d969 100644 --- a/devel/ruby-racc/pkg-plist +++ b/devel/ruby-racc/pkg-plist @@ -33,9 +33,9 @@ lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc/cparse.so @dirrm lib/ruby/site_ruby/%%RUBY_VER%%/amstd @dirrm lib/ruby/site_ruby/%%RUBY_VER%%/racc @dirrm lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc -share/doc/ruby/racc/examples/calc.y -share/doc/ruby/racc/examples/calc2-ja.y -share/doc/ruby/racc/examples/compile.rb +share/examples/ruby/racc/calc.y +share/examples/ruby/racc/calc2-ja.y +share/examples/ruby/racc/compile.rb share/doc/ruby/racc/ja/changes.html share/doc/ruby/racc/ja/command.html share/doc/ruby/racc/ja/debug.html @@ -49,6 +49,6 @@ share/doc/ruby/racc/debug.html share/doc/ruby/racc/grammer.html share/doc/ruby/racc/index.html share/doc/ruby/racc/usage.html -@dirrm share/doc/ruby/racc/examples +@dirrm share/examples/ruby/racc @dirrm share/doc/ruby/racc/ja @dirrm share/doc/ruby/racc |