On 2017/01/15 17:03, Frederic Cambus wrote:
> Looks good to me ports wise, now builds fine without the Git warnings.
>
> OK fcambus@ to import.
Thanks, committed.
On 2017/01/15 17:52, Peter van Dijk wrote:
> + cd ${WRKSRC}; ${INSTALL_DATA} README.md
> ${PREFIX}/share/doc/dnsdist/; \
> + ${INSTALL_DATA} dnsdistconf.lua
> ${PREFIX}/share/examples/dnsdist/
>
> use && instead of ; here?
I left it for now, could change if you prefer, but it's OK like it is -
from make(1): "Commands are executed using /bin/sh in "set -e" mode,
unless ‘-’ is specified."