pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 22:32:29 UTC 2020

Modified Files:
        pkgsrc/security/py-certbot: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-certbot/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/py-certbot/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.22 pkgsrc/security/py-certbot/Makefile:1.23
--- pkgsrc/security/py-certbot/Makefile:1.22    Sun Dec 15 09:48:37 2019
+++ pkgsrc/security/py-certbot/Makefile Sun Mar 22 22:32:29 2020
@@ -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 @@ PKG_SYSCONFSUBDIR=   letsencrypt
 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