summaryrefslogtreecommitdiff
path: root/lang/ruby-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby-python/Makefile')
-rw-r--r--lang/ruby-python/Makefile4
1 files changed, 2 insertions, 2 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/* \