From 92861de85a719ef0dfbb6bbd111fd635ac147d9e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 26 Feb 2021 19:06:01 +0000 Subject: Pass all env variable supported by dialog4ports to the customer script that will run dialog4ports PR: 253465 Submitted by: Olivier Certner --- Mk/bsd.port.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 4705a0190c0a..61fc0ee170ed 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -4892,8 +4892,11 @@ D4P_ENV= PKGNAME="${PKGNAME}" \ PORTSDIR="${PORTSDIR}" \ MAKE="${MAKE}" \ D4PHEIGHT="${D4PHEIGHT}" \ + D4PMINHEIGHT="${D4PMINHEIGHT}" \ D4PWIDTH="${D4PWIDTH}" \ - D4PFULLSCREEN="${D4PFULLSCREEN}" + D4PFULLSCREEN="${D4PFULLSCREEN}" \ + D4PALIGNCENTER="${D4PALIGNCENTER}" \ + D4PASCIILINES="${D4PASCIILINES}" .if exists(${PKGHELP}) D4P_ENV+= PKGHELP="${PKGHELP}" .endif -- cgit v1.2.3