diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-19 20:10:55 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-19 20:10:55 +0000 |
commit | 38168ff67ec0d44ba15950e12e7edbf2059e15e5 (patch) | |
tree | 29553735f0c17711e7ff1d77ae2d21b009a74ea5 | |
parent | - This port compiles but chinese support is broken at runtime. Mark BROKEN. (diff) |
- Move doc-install above .include <bsd.port.post.mk>
Notes
Notes:
svn path=/head/; revision=185533
-rw-r--r-- | japanese/ruby-romkan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ruby-romkan/Makefile b/japanese/ruby-romkan/Makefile index 41f197da760f..090cf40e5d2c 100644 --- a/japanese/ruby-romkan/Makefile +++ b/japanese/ruby-romkan/Makefile @@ -38,8 +38,6 @@ do-install: post-install: doc-install -.include <bsd.port.post.mk> - doc-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja @@ -54,3 +52,5 @@ doc-install: ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif + +.include <bsd.port.post.mk> |