summaryrefslogtreecommitdiff
path: root/mk/defaults/mk.conf
diff options
context:
space:
mode:
authorjoerg <joerg>2014-10-12 23:39:17 +0000
committerjoerg <joerg>2014-10-12 23:39:17 +0000
commit9de560190968d54a5c992abfda887a1681c88650 (patch)
tree47affa396bbf5643d9837178dfc111fc24178dc5 /mk/defaults/mk.conf
parent7e202e7ec7df94e6ef119ad3d2cb4b6d808f23ca (diff)
downloadpkgsrc-9de560190968d54a5c992abfda887a1681c88650.tar.gz
Simplify PKG_DEVELOPER checks.
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 9c9e5e5910a..182cfb37221 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.244 2014/07/30 08:39:49 wiz Exp $
+# $NetBSD: mk.conf,v 1.245 2014/10/12 23:39:17 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -86,7 +86,7 @@ GZIP?= -9
# Possible: pathname to the X509 certificate, not defined
# Default: not defined
-.if defined(PKG_DEVELOPER) && ${PKG_DEVELOPER} != "no"
+.if ${PKG_DEVELOPER:Uno} != "no"
PATCH_DEBUG?=
.endif
# Used to debug patches as they are applied