summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-16 16:30:03 +0000
committerrillig <rillig@pkgsrc.org>2020-05-16 16:30:03 +0000
commitb5b8cfd9809c338ca6c694f5c7ce9823a6897e4b (patch)
tree14a1231f6378af8e88d063ebc26f0d279f968ab9
parent4f63b10da4f90ab65daff826865ff0d8d5a9a2fa (diff)
downloadpkgsrc-b5b8cfd9809c338ca6c694f5c7ce9823a6897e4b.tar.gz
security/fail2ban: fix build with SUBST_NOOP_OK=no
-rw-r--r--security/fail2ban/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fail2ban/Makefile b/security/fail2ban/Makefile
index e85b611dadc..e5aceb5fd66 100644
--- a/security/fail2ban/Makefile
+++ b/security/fail2ban/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/05/01 20:43:49 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/16 16:30:03 rillig Exp $
#
DISTNAME= fail2ban-0.11.1
@@ -92,6 +92,7 @@ SUBST_SED.ostype= -e "s,\#before = paths-distro.conf,before = paths-osx.conf,g"
SUBST_SED.ostype= -e "s,\#before = paths-distro.conf,before = paths-freebsd.conf,g"
.else
SUBST_SED.ostype= -e 's,this cant be empty,,g'
+SUBST_NOOP_OK.ostype= yes
.endif