svn commit: r495328 - head/textproc/kibana6

Koichiro Iwao meta at FreeBSD.org
Mon Mar 11 09:04:53 UTC 2019


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


More information about the svn-ports-all mailing list