Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/fail2ban security/fail2ban: fix build with SU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/815e023abeea
branches:  trunk
changeset: 431799:815e023abeea
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 16:30:03 2020 +0000

description:
security/fail2ban: fix build with SUBST_NOOP_OK=no

diffstat:

 security/fail2ban/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ce46a42b56c7 -r 815e023abeea security/fail2ban/Makefile
--- a/security/fail2ban/Makefile        Sat May 16 16:22:57 2020 +0000
+++ b/security/fail2ban/Makefile        Sat May 16 16:30:03 2020 +0000
@@ -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-freebsd.conf,g"
 .else
 SUBST_SED.ostype=      -e 's,this cant be empty,,g'
+SUBST_NOOP_OK.ostype=  yes
 .endif
 
 



Home | Main Index | Thread Index | Old Index