pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/fail2ban



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 16:30:03 UTC 2020

Modified Files:
        pkgsrc/security/fail2ban: Makefile

Log Message:
security/fail2ban: fix build with SUBST_NOOP_OK=no


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/fail2ban/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/fail2ban/Makefile
diff -u pkgsrc/security/fail2ban/Makefile:1.13 pkgsrc/security/fail2ban/Makefile:1.14
--- pkgsrc/security/fail2ban/Makefile:1.13      Fri May  1 20:43:49 2020
+++ pkgsrc/security/fail2ban/Makefile   Sat May 16 16:30:03 2020
@@ -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
 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