diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:41:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:41:00 +0000 |
commit | b11048dbb89b2395e32c77d8f99ee6716a617c85 (patch) | |
tree | b88bfc01e92a842d3f2b5125b32e9f930cb3d0f2 | |
parent | 7e8badd0d8965ac0e668880fd1a84c55e293dffe (diff) |
Notes
-rw-r--r-- | devel/ruby-statgrab/Makefile | 7 |
1 files 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 <bsd.port.mk> |