diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-05 09:14:55 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-05 09:14:55 +0000 |
commit | 58aeba5286b608f442d1d5b0424039f1b8a3b5f0 (patch) | |
tree | 4be1500b082147086b860dd920bbbcb88bc92cc8 /textproc/eruby/Makefile | |
parent | eb3392969d4bbac1bf2d42f4d8030514410a9229 (diff) |
Notes
Diffstat (limited to 'textproc/eruby/Makefile')
-rw-r--r-- | textproc/eruby/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 777520ee1961..baacc97904ad 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -34,11 +34,7 @@ DOCS_JA= README.ja do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} configure.rb ${CONFIGURE_ARGS} -post-install: doc-install - -.include <bsd.port.mk> - -doc-install: +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ @@ -50,3 +46,6 @@ doc-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif + +.include <bsd.port.mk> + |