svn commit: r429485 - head/multimedia/mlt

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Dec 26 09:14:03 UTC 2016


* Jan Beich (jbeich at freebsd.org) wrote:

> > +post-install-DOCS-on:
> > +.for f in ${PORTDOCS}
> > +	cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${DOCSDIR}
> > +.endfor
> > +
> > +post-install-EXAMPLES-on:
> > +.for f in ${PORTEXAMPLES}
> > +	cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${EXAMPLESDIR}
> > +.endfor
> > +
> 
> COPYTREE_SHARE can handle multiple arguments as long as they're quoted.
> 
> post-install-EXAMPLES-on:
> 	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR})
> 
> post-install-DOCS-on:
> 	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})

Feel free to do a followup commit.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru      http://amdmi3.ru


More information about the svn-ports-head mailing list