summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-08 09:52:17 +0000
committerrillig <rillig@pkgsrc.org>2007-01-08 09:52:17 +0000
commita58a507610b44360d290e6553a819e99eb404d3f (patch)
treee95040c324d001905a50164d4851d895dca72ad8 /mk
parent06e0314e0dfb32eae39c5f1bee25769b85c6f2ac (diff)
downloadpkgsrc-a58a507610b44360d290e6553a819e99eb404d3f.tar.gz
Added two keywords to the description of WRKOBJDIR, since I just cannot
remember whether it's WRKOBJDIR (right) or OBJWRKDIR (wrong).
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index a1e8ac3182b..9d9987cbf04 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.144 2007/01/02 17:56:52 rillig Exp $
+# $NetBSD: mk.conf,v 1.145 2007/01/08 09:52:17 rillig Exp $
#
# This file provides default values for variables that may be overridden
@@ -193,6 +193,8 @@ PREFER_NATIVE_PTHREADS?= yes
# build here instead of in pkgsrc
# Possible: any path
# Default: not defined
+#
+# Keywords: work tmp
LOCALBASE?= /usr/pkg
# This is the base directory where all packages will be installed.