From b11048dbb89b2395e32c77d8f99ee6716a617c85 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 22 Feb 2014 10:41:00 +0000 Subject: [PATCH] - Stage support --- devel/ruby-statgrab/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/devel/ruby-statgrab/Makefile b/devel/ruby-statgrab/Makefile index 01a7079e5a9f..bf799a931aac 100644 --- a/devel/ruby-statgrab/Makefile +++ b/devel/ruby-statgrab/Makefile @@ -19,11 +19,8 @@ USES= pkgconfig INSTALL_TARGET= site-install -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README.mkdn ${RUBY_MODDOCDIR} -.endif + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README.mkdn ${STAGEDIR}${RUBY_MODDOCDIR} .include