diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 23:47:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 23:47:55 +0800 |
commit | 3eee85b67dfdd0c4362530f6e07f0a23c850799a (patch) | |
tree | 80c9c1df719bf89d560bf0de0bdde99488a30b8c /math | |
parent | 69814b136aede993d8a71fa2fbf9f1a275901f56 (diff) | |
download | freebsd-ports-gnome-3eee85b67dfdd0c4362530f6e07f0a23c850799a.tar.gz freebsd-ports-gnome-3eee85b67dfdd0c4362530f6e07f0a23c850799a.tar.zst freebsd-ports-gnome-3eee85b67dfdd0c4362530f6e07f0a23c850799a.zip |
- Stage support
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-narray/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile index 2e56d9e76b1f..58a0c6411cb2 100644 --- a/math/ruby-narray/Makefile +++ b/math/ruby-narray/Makefile @@ -22,16 +22,13 @@ INSTALL_TARGET= site-install DOC_EN= ChangeLog README.en SPEC.en DOC_JA= README.ja SPEC.ja -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR}/ja + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja .for f in ${DOC_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor .for f in ${DOC_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ .endfor -.endif .include <bsd.port.mk> |