svn commit: r495328 - head/textproc/kibana6

Tobias Kortkamp tobik at freebsd.org
Mon Mar 11 09:14:24 UTC 2019


On Mon, Mar 11, 2019 at 06:04:47PM +0900, Koichiro Iwao wrote:
> On Mon, Mar 11, 2019 at 09:28:38AM +0100, Tobias Kortkamp wrote:
> > Thanks, but the package now barely installs any files:
> 
> Oops, sorry again :( I noticed that exclusion mistake but committed wrong
> revision. This is more firm and works good enough.
> 
> To be absolutely sure, I'd appreciate if you review the change.

LGTM.  Thank you.

> 
> Index: Makefile
> ===================================================================
> --- Makefile    (revision 495328)
> +++ Makefile    (working copy)
> @@ -33,8 +33,8 @@
>         ${INSTALL_DATA} ${WRKSRC}/config/kibana.yml ${STAGEDIR}${ETCDIR}/kibana.yml.sample
>         (cd ${WRKSRC} && \
>                 ${RM} -r config node optimize && \
> -               ${COPYTREE_BIN} bin ${STAGEDIR}${WWWDIR} && \
> -               ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "-not -name bin -type d")
> +               ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} && \
> +               ${COPYTREE_BIN} bin ${STAGEDIR}${WWWDIR})
>         ${INSTALL} -lrs ${STAGEDIR}${ETCDIR} ${STAGEDIR}${WWWDIR}/config
> 
>  post-install:
> 
> -- 
> meta <meta at FreeBSD.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 614 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190311/372ffd4c/attachment-0001.sig>


More information about the svn-ports-all mailing list