pkgsrc-WIP-changes archive

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

xtrlock: set default make environment.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Fri Oct 28 18:49:33 2022 +0200
Changeset:	8bdddbcdc6bfa4587ca114694e3dc28a1e4681d3

Modified Files:
	xtrlock/Makefile

Log Message:
xtrlock: set default make environment.

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

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

diffstat:
 xtrlock/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/xtrlock/Makefile b/xtrlock/Makefile
index 0c1164e078..33bb594ed7 100644
--- a/xtrlock/Makefile
+++ b/xtrlock/Makefile
@@ -22,7 +22,8 @@ SETUID_ROOT_PERMS?=	${REAL_ROOT_USER} ${BINGRP} 4555
 SPECIAL_PERMS+=		bin/xtrlock ${SETUID_ROOT_PERMS}
 
 do-build:
-	cd ${WRKSRC} && ${MAKE_PROGRAM} ${MAKE_FLAGS} xtrlock
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV}								\
+	${MAKE_PROGRAM} ${MAKE_FLAGS} xtrlock
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xtrlock								\


Home | Main Index | Thread Index | Old Index