Skip to content

Commit

Permalink
fix: rephrased port comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Regis A. Despres committed May 23, 2020
1 parent a8989d6 commit 2fe15a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysutils/beats7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PKGNAMESUFFIX?= 7
CONFLICTS_INSTALL= zstd

MAINTAINER= elastic@FreeBSD.org
COMMENT= Collect logs locally and send to remote logstash
COMMENT= Send logs, network, heartbeat and system data to elasticsearch or logstash

LICENSE= APACHE20

Expand Down Expand Up @@ -57,7 +57,7 @@ do-install:
${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/${GO_TARGET}/${GO_TARGET}.yml \
${STAGEDIR}${PREFIX}/etc/${GO_TARGET}.yml.sample
(DEST_COMPONENT_PATH_UNSTAGED=/var/db/beats/${GO_TARGET}/kibana; \
(DEST_COMPONENT_PATH_UNSTAGED=/usr/local/share/${GO_TARGET}/kibana; \
DEST_COMPONENT_PATH=${STAGEDIR}$${DEST_COMPONENT_PATH_UNSTAGED}; \
${MKDIR} $${DEST_COMPONENT_PATH}; \
DASHBOARD_FIND_ARGS="-path */_meta/kibana -type d"; \
Expand Down

0 comments on commit 2fe15a9

Please sign in to comment.