diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 18:33:07 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 18:33:07 +0800 |
commit | 90d214145ce7abdffbca92f4e01f329734d28af7 (patch) | |
tree | 0c6c68c67b08ce9f9949a4bf8f0cf712055a9fbc /databases | |
parent | adecca36a6516ac44b26c3bee16b09afef8d76ea (diff) | |
download | freebsd-ports-gnome-90d214145ce7abdffbca92f4e01f329734d28af7.tar.gz freebsd-ports-gnome-90d214145ce7abdffbca92f4e01f329734d28af7.tar.zst freebsd-ports-gnome-90d214145ce7abdffbca92f4e01f329734d28af7.zip |
- Stage support
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-tokyocabinet/Makefile | 7 |
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> |