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:           Fri May  1 20:43:49 UTC 2020

Modified Files:
        pkgsrc/security/fail2ban: Makefile

Log Message:
security/fail2ban: clean up SUBST block

fail2ban-client does not contain any paths.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/security/fail2ban/Makefile:1.13
--- pkgsrc/security/fail2ban/Makefile:1.12      Mon Apr 20 17:24:16 2020
+++ pkgsrc/security/fail2ban/Makefile   Fri May  1 20:43:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/04/20 17:24:16 nils Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/01 20:43:49 rillig Exp $
 #
 
 DISTNAME=      fail2ban-0.11.1
@@ -57,9 +57,7 @@ RCD_SCRIPTS=          fail2ban
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_MESSAGE.paths=   Substituting paths variables.
-SUBST_VARS.paths+=     VARBASE
-SUBST_FILES.paths=     ${WRKSRC}/bin/fail2ban-client
-SUBST_FILES.paths+=    ${WRKSRC}/fail2ban/client/*.py
+SUBST_FILES.paths=     ${WRKSRC}/fail2ban/client/*.py
 SUBST_FILES.paths+=    ${WRKSRC}/fail2ban/tests/utils.py
 SUBST_FILES.paths+=    ${WRKSRC}/man/fail2ban-client.1
 SUBST_FILES.paths+=    ${WRKSRC}/man/fail2ban-client.h2m
@@ -71,8 +69,8 @@ SUBST_SED.paths=      -e 's,/etc,${PREFIX}/et
 SUBST_SED.paths+=      -e 's,/var/lib,${VARBASE}/db,g'
 SUBST_SED.paths+=      -e 's,/var,${VARBASE},g'
 SUBST_SED.paths+=      -e 's,/usr/share,${PREFIX}/share,g'
-SUBST_SED.paths+=      -e 's,/usr/share,${PREFIX}/share,g'
 SUBST_SED.paths+=      -e 's,paths-debian.conf,paths-pkgsrc.conf,g'
+SUBST_VARS.paths=      VARBASE
 
 SUBST_CLASSES+=                install
 SUBST_STAGE.install=   pre-install



Home | Main Index | Thread Index | Old Index