pkgsrc-WIP-changes archive

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

burp: follow pkglint advice re. SUBST_VARS.dirs



Module Name:	pkgsrc-wip
Committed By:	Francis GUDIN <fgudin+pkgsrc%bsdbellule.fr@localhost>
Pushed By:	fgudin
Date:		Wed Aug 5 11:15:09 2026 +0000
Changeset:	758d0274edc2bd7d3ca53439a1b38c4665558268

Modified Files:
	burp/Makefile

Log Message:
burp: follow pkglint advice re. SUBST_VARS.dirs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=758d0274edc2bd7d3ca53439a1b38c4665558268

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

diffstat:
 burp/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/burp/Makefile b/burp/Makefile
index d2fbc72af2..441b20cc73 100644
--- a/burp/Makefile
+++ b/burp/Makefile
@@ -25,9 +25,11 @@ SUBST_FILES.dirs=	configs/server/burp.conf.in \
 			configs/certs/CA/CA.cnf.in \
 			configs/certs/CA/burp_ca.in \
 			manpages/*.8.in
-SUBST_SED.dirs=		-e 's,@LIBEXECDIR@,${PREFIX}/libexec/burp,' \
-			-e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},' \
-			-e 's,@SBINDIR@,${PREFIX}/sbin,'
+SUBST_SED.dirs=		-e 's,@LIBEXECDIR@,${PREFIX}/libexec/burp,'
+SUBST_SED.dirs+=	-e 's,@SBINDIR@,${PREFIX}/sbin,'
+SUBST_VARS.dirs=	PKG_SYSCONFDIR
+
+BUILD_DEFS+=	VARBASE
 
 REPLACE_SH+=	configs/certs/CA/burp_ca.in \
 		configs/server/notify_script \


Home | Main Index | Thread Index | Old Index