aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 15:48:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 15:48:26 +0000
commitab6e8253f3af3f2ae8414696053ff51012872fe3 (patch)
tree472250bc660069bd461585a2f80f60369b31360d
parent24500afdfee0edf42e85130943f95845382dda84 (diff)
downloadports-ab6e8253f3af3f2ae8414696053ff51012872fe3.tar.gz
ports-ab6e8253f3af3f2ae8414696053ff51012872fe3.zip
- Stage support
Notes
Notes: svn path=/head/; revision=345503
-rw-r--r--japanese/ruby-eb/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile
index 8de2b9f52ebf..ccaeeeb66162 100644
--- a/japanese/ruby-eb/Makefile
+++ b/japanese/ruby-eb/Makefile
@@ -21,19 +21,16 @@ INSTALL_TARGET= site-install
EXAMPLES= hook2.rb test.rb
-NO_STAGE= yes
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja/
+ ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ja/
.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ja/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ja/
.endfor
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
- ${INSTALL_DATA} ${WRKSRC}/eb.html ${RUBY_MODDOCDIR}/ja/
-.endif
+ ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja
+ ${INSTALL_DATA} ${WRKSRC}/eb.html ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
.include <bsd.port.post.mk>