diff options
Diffstat (limited to 'net-mgmt/check_logfiles')
-rw-r--r-- | net-mgmt/check_logfiles/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am | 11 |
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 |