[Bug 196843] [maintainer update] www/glpi 0.85.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 21 17:21:26 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196843

--- Comment #8 from John Marino <marino at FreeBSD.org> ---
Great!
I only see one issue.

Please change "cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}"
to "(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})"

Compound commands require the parenthesis in order to properly support multijob
building.

In this case, it's probably not really needed but lets set a good example or
CYA in case I'm wrong about that.  It definitely is not wrong to add the
parentheses. :)

When you update the new version, I'll promote the PR.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list