aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-02-24 00:49:33 +0800
committerbdrewery <bdrewery@FreeBSD.org>2016-02-24 00:49:33 +0800
commit921681dca61648cb7935c1ce66fd6a1d46a3f872 (patch)
tree073672d7b7e4f79fe33dfb649a3c073078ea47c2 /Mk
parent1406ec4e5f585e0b44a87badec3d474702edb63c (diff)
downloadfreebsd-ports-gnome-921681dca61648cb7935c1ce66fd6a1d46a3f872.tar.gz
freebsd-ports-gnome-921681dca61648cb7935c1ce66fd6a1d46a3f872.tar.zst
freebsd-ports-gnome-921681dca61648cb7935c1ce66fd6a1d46a3f872.zip
Use more proper WITHOUT_ rather than NO_ for disabling symbols.
PR: 207168 With hat: portmgr
Diffstat (limited to '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 783a1b391c95..abb55fe32ef3 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1607,8 +1607,8 @@ INSTALL_TARGET:= ${INSTALL_TARGET:S/^install-strip$/install/g}
MAKE_ENV+= NO_PIE=yes
# We will control debug files. Don't let builds that use /usr/share/mk
# split out debug symbols since the plist won't know to expect it.
-MAKE_ENV+= NO_DEBUG_FILES=yes
-MAKE_ENV+= NO_KERNEL_SYMBOLS=yes
+MAKE_ENV+= WITHOUT_DEBUG_FILES=yes
+MAKE_ENV+= WITHOUT_KERNEL_SYMBOLS=yes
.if defined(NOPORTDOCS)
PLIST_SUB+= PORTDOCS="@comment "