- Stage support

This commit is contained in:
Martin Wilke 2014-02-22 10:40:47 +00:00
parent 15f1f5649f
commit 7e8badd0d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345614

View file

@ -21,15 +21,12 @@ RUBY_SETUP= install.rb
DOCS= MANUAL.rd README.rd DOCS= MANUAL.rd README.rd
NO_STAGE= yes
post-install: post-install:
.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
@${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS} .for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}
.endfor .endfor
@${MKDIR} ${RUBY_MODEXAMPLESDIR} @${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
.endif
.include <bsd.port.mk> .include <bsd.port.mk>