aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-02-26 19:06:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-02-26 19:06:01 +0000
commit92861de85a719ef0dfbb6bbd111fd635ac147d9e (patch)
tree9288a59d2a9e544b0f000253be7ab0a257cc240c /Mk
parent2e605ac19579029de7c97091ca865db8902a9daf (diff)
downloadports-92861de85a719ef0dfbb6bbd111fd635ac147d9e.tar.gz
ports-92861de85a719ef0dfbb6bbd111fd635ac147d9e.zip
Pass all env variable supported by dialog4ports to
the customer script that will run dialog4ports PR: 253465 Submitted by: Olivier Certner <olivier.freebsd@free.fr>
Notes
Notes: svn path=/head/; revision=566629
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 4 insertions, 1 deletions
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