Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2019 18:04:47 +0900
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        Tobias Kortkamp <tobik@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r495328 - head/textproc/kibana6
Message-ID:  <20190311090447.nq2342raycdsw5z5@icepick.vmeta.jp>
In-Reply-To: <20190311082837.GA52711@urd.tobik.me>
References:  <201903110808.x2B88SeT099711@repo.freebsd.org> <20190311082837.GA52711@urd.tobik.me>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

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@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190311090447.nq2342raycdsw5z5>