aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/check_logfiles
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2017-12-30 18:44:47 +0000
committerFlorian Smeets <flo@FreeBSD.org>2017-12-30 18:44:47 +0000
commit96e03123ad45f56ff09b47b1d6a63728967314e6 (patch)
treeb255045a4571dfdad760062dbdb0218d6bb66052 /net-mgmt/check_logfiles
parent0c148c5bf18d1f98455bc099b93d435a80f8ce09 (diff)
downloadports-96e03123ad45f56ff09b47b1d6a63728967314e6.tar.gz
ports-96e03123ad45f56ff09b47b1d6a63728967314e6.zip
Notes
Diffstat (limited to 'net-mgmt/check_logfiles')
-rw-r--r--net-mgmt/check_logfiles/Makefile3
-rw-r--r--net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am11
2 files changed, 13 insertions, 1 deletions
diff --git a/net-mgmt/check_logfiles/Makefile b/net-mgmt/check_logfiles/Makefile
index 731180a897d3..151e38c44f33 100644
--- a/net-mgmt/check_logfiles/Makefile
+++ b/net-mgmt/check_logfiles/Makefile
@@ -2,6 +2,7 @@
PORTNAME= check_logfiles
PORTVERSION= 3.8.1.4
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/
@@ -16,6 +17,6 @@ PLIST_FILES= libexec/nagios/check_logfiles
USES= autoreconf gmake perl5
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \
- --libexecdir=${PREFIX}/libexec/nagios \
+ --libexecdir=${PREFIX}/libexec/nagios
.include <bsd.port.mk>
diff --git a/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am b/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am
new file mode 100644
index 000000000000..60ea5c9c0da3
--- /dev/null
+++ b/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am
@@ -0,0 +1,11 @@
+--- plugins-scripts/Makefile.am.orig 2017-12-16 17:32:11 UTC
++++ plugins-scripts/Makefile.am
+@@ -20,7 +20,7 @@ WIN_MODULES=\
+ Nagios/CheckLogfiles/Search/Wevtutil.pm
+
+
+-SED=/bin/sed
++SED=/usr/bin/sed
+ GREP=/bin/grep
+ CAT=/bin/cat
+ ECHO=/bin/echo