aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 23:30:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 23:30:12 +0000
commit5bbc87c51939932b53dbf95851b4f3a34d7e4bda (patch)
treec61054fa268ced10dbd69b368f5fc6aa0808dde8
parent881d45a661dd233598604873bef1561f145403bf (diff)
downloadports-5bbc87c51939932b53dbf95851b4f3a34d7e4bda.tar.gz
ports-5bbc87c51939932b53dbf95851b4f3a34d7e4bda.zip
Notes
-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 93fa6a8433e9..6124f368beb7 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"