summaryrefslogtreecommitdiff
path: root/security/py-certbot
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-22 22:32:29 +0000
committerrillig <rillig@pkgsrc.org>2020-03-22 22:32:29 +0000
commit0c2b80e94125120434ee493d814e3a24a8b55765 (patch)
tree40f11ca501c560ea4889d276e333d3a5710b1a14 /security/py-certbot
parent2989d677c024507a6af90c2a5e0a45dcb8b88854 (diff)
downloadpkgsrc-0c2b80e94125120434ee493d814e3a24a8b55765.tar.gz
security/py-certbot: remove nonexistent files from SUBST block
Diffstat (limited to 'security/py-certbot')
-rw-r--r--security/py-certbot/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index af9f82ddfd5..72605a80f75 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -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'