aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-26 07:40:57 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-26 07:40:57 +0000
commit145a8b1a181126cabf20adca79b7f36f96ed16c5 (patch)
treeac57b795cdc679b761e00db3b2506acee420b864 /Mk/bsd.port.mk
parent4145f4ffe05f649300396624bfdc3fe6974bc7b4 (diff)
downloadports-145a8b1a181126cabf20adca79b7f36f96ed16c5.tar.gz
ports-145a8b1a181126cabf20adca79b7f36f96ed16c5.zip
Use CONFIGURE_SHELL and MAKE_SHELL to define SHELL and CONFIG_SHELL
PR: 192981 Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=366194
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 2ef3b2039f2c..398279934440 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1637,8 +1637,8 @@ PLIST_SUB+= PORTEXAMPLES=""
CONFIGURE_SHELL?= ${SH}
MAKE_SHELL?= ${SH}
-CONFIGURE_ENV+= SHELL=${SH} CONFIG_SHELL=${SH}
-MAKE_ENV+= SHELL=${SH} NO_LINT=YES
+CONFIGURE_ENV+= SHELL=${CONFIGURE_SHELL} CONFIG_SHELL=${CONFIGURE_SHELL}
+MAKE_ENV+= SHELL=${MAKE_SHELL} NO_LINT=YES
.if defined(MANCOMPRESSED)
.if ${MANCOMPRESSED} != yes && ${MANCOMPRESSED} != no && \