aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-tokyocabinet
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-22 10:33:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-22 10:33:07 +0000
commit90d214145ce7abdffbca92f4e01f329734d28af7 (patch)
tree0c6c68c67b08ce9f9949a4bf8f0cf712055a9fbc /databases/ruby-tokyocabinet
parentadecca36a6516ac44b26c3bee16b09afef8d76ea (diff)
downloadports-90d214145ce7abdffbca92f4e01f329734d28af7.tar.gz
ports-90d214145ce7abdffbca92f4e01f329734d28af7.zip
- Stage support
Notes
Notes: svn path=/head/; revision=345588
Diffstat (limited to 'databases/ruby-tokyocabinet')
-rw-r--r--databases/ruby-tokyocabinet/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/ruby-tokyocabinet/Makefile b/databases/ruby-tokyocabinet/Makefile
index 57d335910caa..9578dfacf243 100644
--- a/databases/ruby-tokyocabinet/Makefile
+++ b/databases/ruby-tokyocabinet/Makefile
@@ -21,13 +21,10 @@ INSTALL_TARGET= site-install
DOCS= doc/*
-NO_STAGE= yes
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
+ ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+ ${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
-.endif
.include <bsd.port.mk>