1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-25 09:08:14 +00:00
parent b3c96614e2
commit ccdc4129d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345946

View File

@ -20,16 +20,13 @@ RUBY_SETUP= install.rb
DOCS= NEWS README THANKS TODO doc
NO_STAGE= yes
post-extract:
${FIND} ${WRKSRC} -name '*~' -delete
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>