pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-certbot security/py-certbot: remove nonexi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0ab73a399da
branches:  trunk
changeset: 413896:c0ab73a399da
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 22:32:29 2020 +0000

description:
security/py-certbot: remove nonexistent files from SUBST block

diffstat:

 security/py-certbot/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r 991799f731e6 -r c0ab73a399da security/py-certbot/Makefile
--- a/security/py-certbot/Makefile      Sun Mar 22 22:32:11 2020 +0000
+++ b/security/py-certbot/Makefile      Sun Mar 22 22:32:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/12/15 09:48:37 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/03/22 22:32:29 rillig Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -34,11 +34,8 @@
 SUBST_CLASSES+=                path
 SUBST_STAGE.path=      pre-build
 SUBST_MESSAGE.path=    Fixing default paths
-SUBST_FILES.path+=     certbot/cert_manager.py
-SUBST_FILES.path+=     certbot/cli.py
-SUBST_FILES.path+=     certbot/compat/misc.py
-SUBST_FILES.path+=     certbot/tests/cli_test.py
-SUBST_SED.path+=       -e 's,/etc/letsencrypt,${PKG_SYSCONFDIR},g'
+SUBST_FILES.path=      certbot/compat/misc.py
+SUBST_SED.path=                -e 's,/etc/letsencrypt,${PKG_SYSCONFDIR},g'
 SUBST_SED.path+=       -e 's,/var/lib/letsencrypt,${VARBASE}/letsencrypt,g'
 SUBST_SED.path+=       -e 's,/var/log/letsencrypt,${VARBASE}/letsencrypt/log,g'
 



Home | Main Index | Thread Index | Old Index