- Stage support

This commit is contained in:
Martin Wilke 2014-02-26 04:45:25 +00:00
parent c8ac50c2fa
commit 90680bb36d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346093

View File

@ -21,13 +21,10 @@ INSTALL_TARGET= site-install
DOCS= README
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${RUBY_MODDOCDIR}
@${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>