aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-30 11:41:31 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-30 11:41:31 +0000
commit1fffe1142c8085d20d09b8ba8c797575cee8c7ab (patch)
tree58eba15c5b96788995706c06889da52f2932e404 /Mk
parenta0825d4feeb19cded05431fedc7ef4518a6d0be3 (diff)
downloadports-1fffe1142c8085d20d09b8ba8c797575cee8c7ab.tar.gz
ports-1fffe1142c8085d20d09b8ba8c797575cee8c7ab.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 2891367d761c..1642a89ebd5e 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -2157,7 +2157,7 @@ _CCACHE_PATH= ${LOCALBASE}/libexec/ccache
# Prepend the ccache dir into the PATH and setup ccache env
PATH:= ${_CCACHE_PATH}:${PATH}
-.if !${MAKE_ENV:M*PATH=*} && !${CONFIGURE_ENV:M*PATH=*}
+.if !${MAKE_ENV:MPATH=*} && !${CONFIGURE_ENV:MPATH=*}
MAKE_ENV+= PATH=${PATH}
CONFIGURE_ENV+= PATH=${PATH}
.endif