From 58aeba5286b608f442d1d5b0424039f1b8a3b5f0 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Thu, 5 Apr 2007 09:14:55 +0000 Subject: - Move doc-install into post-install. We don't need this workaround under current infrastructure. --- textproc/eruby/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'textproc') 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 - -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 + -- cgit