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 /lang/ruby-python/Makefile | |
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 'lang/ruby-python/Makefile')
-rw-r--r-- | lang/ruby-python/Makefile | 4 |
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/* \ |