summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2016-09-18 22:17:54 +0000
committeragc <agc@pkgsrc.org>2016-09-18 22:17:54 +0000
commit3361159a70da8f2b43dc570e9b2e384245d1a016 (patch)
tree7e4690ea1584f331267ee171d726b15f4a0ed0fa /mk
parent7b143875f4ed5c3f24b9f85cb036a450d771b8eb (diff)
downloadpkgsrc-3361159a70da8f2b43dc570e9b2e384245d1a016.tar.gz
Change default setting of PKGSRC_KEEP_BIN_PKGS to "yes". During the build phase,
binary packages will be preserved under the ${PACKAGES} directory by default.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 9ddba8befee..49c9d58e32d 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.265 2016/09/18 14:02:42 ryoon Exp $
+# $NetBSD: mk.conf,v 1.266 2016/09/18 22:17:55 agc Exp $
#
# This file provides default values for variables that may be overridden
@@ -190,6 +190,11 @@ PKGSRC_COMPILER?= gcc
# Possible: (see comments in mk/compiler.mk)
# Default: "gcc"
+PKGSRC_KEEP_BIN_PKGS?= yes
+# Keep binary packages in ${PACKAGES} after building them
+# Possible: "yes", not "yes"
+# Default: "yes"
+
PKGSRC_MESSAGE_RECIPIENTS?=
# login names of recipients of any MESSAGE files which will be mailed
# Possible: any login names