diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 07:30:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 07:30:12 +0800 |
commit | 385feaa074a04cd75dc826b837edb3b5e3264edd (patch) | |
tree | c61054fa268ced10dbd69b368f5fc6aa0808dde8 /Mk | |
parent | 486e34fd68bc71c082e3ded9a004bd3260307c69 (diff) | |
download | freebsd-ports-graphics-385feaa074a04cd75dc826b837edb3b5e3264edd.tar.gz freebsd-ports-graphics-385feaa074a04cd75dc826b837edb3b5e3264edd.tar.zst freebsd-ports-graphics-385feaa074a04cd75dc826b837edb3b5e3264edd.zip |
Do not overwrite MAKE_ENV when WITH_DEBUG is defined
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 93fa6a8433e..6124f368beb 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1310,7 +1310,7 @@ WITH_DEBUG= yes # Reset value from bsd.own.mk. .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) STRIP= #none -MAKE_ENV= DONTSTRIP=yes +MAKE_ENV+= DONTSTRIP=yes .endif .include "${PORTSDIR}/Mk/bsd.options.mk" |