summaryrefslogtreecommitdiff
path: root/lang
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 /lang
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 'lang')
-rw-r--r--lang/ruby-python/Makefile4
-rw-r--r--lang/ruby-python/pkg-plist20
2 files changed, 12 insertions, 12 deletions
diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile
index c758e43634bf..d49e6ff14bd3 100644
--- a/lang/ruby-python/Makefile
+++ b/lang/ruby-python/Makefile
@@ -32,9 +32,9 @@ do-configure:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/ruby/python/examples/Lib
+ ${MKDIR} ${PREFIX}/share/examples/ruby/python/Lib
${MKDIR} ${PREFIX}/share/doc/ruby/python/ja
- cd ${WRKSRC}; find examples -exec ${INSTALL_DATA} {} ${PREFIX}/share/doc/ruby/python/{} \;
+ cd ${WRKSRC}/examples; find . -exec ${INSTALL_DATA} {} ${PREFIX}/share/examples/ruby/python/{} \;
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${WRKSRC}/doc/* \
${PREFIX}/share/doc/ruby/python/
${INSTALL_DATA} ${WRKSRC}/README.ja ${WRKSRC}/doc-ja/* \
diff --git a/lang/ruby-python/pkg-plist b/lang/ruby-python/pkg-plist
index 90d7811eb5f7..142c1bb3d3c3 100644
--- a/lang/ruby-python/pkg-plist
+++ b/lang/ruby-python/pkg-plist
@@ -1,12 +1,12 @@
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/python.so
-share/doc/ruby/python/examples/Lib/BaseHTTPServer.rb
-share/doc/ruby/python/examples/Lib/README
-share/doc/ruby/python/examples/Lib/base64.rb
-share/doc/ruby/python/examples/Lib/rfc822.rb
-share/doc/ruby/python/examples/Lib/urllib.rb
-share/doc/ruby/python/examples/hello.rb
-share/doc/ruby/python/examples/html.py
-share/doc/ruby/python/examples/html.rb
+share/examples/ruby/python/Lib/BaseHTTPServer.rb
+share/examples/ruby/python/Lib/README
+share/examples/ruby/python/Lib/base64.rb
+share/examples/ruby/python/Lib/rfc822.rb
+share/examples/ruby/python/Lib/urllib.rb
+share/examples/ruby/python/hello.rb
+share/examples/ruby/python/html.py
+share/examples/ruby/python/html.rb
share/doc/ruby/python/ja/README.ja
share/doc/ruby/python/ja/Mapping.html
share/doc/ruby/python/ja/Object.html
@@ -20,7 +20,7 @@ share/doc/ruby/python/Object.html
share/doc/ruby/python/Py.html
share/doc/ruby/python/Sequence.html
share/doc/ruby/python/index.html
-@dirrm share/doc/ruby/python/examples/Lib
-@dirrm share/doc/ruby/python/examples
+@dirrm share/examples/ruby/python/Lib
+@dirrm share/examples/ruby/python
@dirrm share/doc/ruby/python/ja
@dirrm share/doc/ruby/python