diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:41:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:41:51 +0000 |
commit | e703cab9559269235622bdc0b95b90dcb0f81623 (patch) | |
tree | 913b3cb12903f601ed16ef6be726772aeda22315 | |
parent | 0ecb8e22c2437c29648167d8132467d9879b1156 (diff) | |
download | freebsd-ports-e703cab9559269235622bdc0b95b90dcb0f81623.zip |
- Stage support
-rw-r--r-- | devel/ruby-fastri/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/ruby-fastri/Makefile b/devel/ruby-fastri/Makefile index 93d68bb5ac83..b198cd6d065b 100644 --- a/devel/ruby-fastri/Makefile +++ b/devel/ruby-fastri/Makefile @@ -17,11 +17,8 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" DOCS= CHANGES README.en -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/ -.endif + @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ .include <bsd.port.mk> |