summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-03-25 15:16:25 +0000
committermef <mef@pkgsrc.org>2022-03-25 15:16:25 +0000
commitfd698d5c47200f1cf35cb55684ed91b69bf98bc4 (patch)
tree3016602d8d769c5adbb520804b494c8fe7c6dcc7
parent5922dc49bc6ccee91e4e7b865d598d68ce60b3ac (diff)
downloadpkgsrc-fd698d5c47200f1cf35cb55684ed91b69bf98bc4.tar.gz
(databases/apache-solr) Add REPLACE_BASH for solr-exporter
-rw-r--r--databases/apache-solr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/apache-solr/Makefile b/databases/apache-solr/Makefile
index cf65772c084..be5e27bf157 100644
--- a/databases/apache-solr/Makefile
+++ b/databases/apache-solr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/12/18 15:34:19 jym Exp $
+# $NetBSD: Makefile,v 1.5 2022/03/25 15:16:25 mef Exp $
DISTNAME= solr-${SOLR_VER}
PKGNAME= apache-solr-${SOLR_VER}
@@ -25,6 +25,7 @@ REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /usr/bin/env bash
REPLACE.bash.new= ${TOOLS_PATH.bash}
REPLACE_FILES.bash= bin/solr server/scripts/cloud-scripts/*.sh
+REPLACE_BASH+= contrib/prometheus-exporter/bin/solr-exporter
.include "../../mk/bsd.prefs.mk"