diff options
author | knu <knu@FreeBSD.org> | 2000-08-07 20:50:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-07 20:50:16 +0800 |
commit | 8c8a52058fdfb8ed20ecaea582092610cc913b67 (patch) | |
tree | d401bfc77a82e3838f42569e128fea8369e66403 /lang | |
parent | b8c25cfe25f18373d39eefcffe67e44cfcc3441c (diff) | |
download | freebsd-ports-gnome-8c8a52058fdfb8ed20ecaea582092610cc913b67.tar.gz freebsd-ports-gnome-8c8a52058fdfb8ed20ecaea582092610cc913b67.tar.zst freebsd-ports-gnome-8c8a52058fdfb8ed20ecaea582092610cc913b67.zip |
Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-python/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby-python/pkg-plist | 20 |
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 |