summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-12 07:47:16 +0000
committerrillig <rillig@pkgsrc.org>2007-01-12 07:47:16 +0000
commit72cd4c945067f6bd8f865036c9bec54608f22fc0 (patch)
tree879aecc8b944962b31782f8f56bdf4be705ef413 /mk
parentbfbfd391945d7587c7f30b5fecb47b04649af3f5 (diff)
downloadpkgsrc-72cd4c945067f6bd8f865036c9bec54608f22fc0.tar.gz
Fixed the documentation of the PREFIX variable. It cannot be overridden,
neither by the user nor by a package.
Diffstat (limited to 'mk')
-rw-r--r--mk/help/directories.mk15
1 files changed, 12 insertions, 3 deletions
diff --git a/mk/help/directories.mk b/mk/help/directories.mk
index 2e009084a9b..597070d48e7 100644
--- a/mk/help/directories.mk
+++ b/mk/help/directories.mk
@@ -1,12 +1,21 @@
-# $NetBSD: directories.mk,v 1.1 2006/10/25 08:39:29 rillig Exp $
+# $NetBSD: directories.mk,v 1.2 2007/01/12 07:47:16 rillig Exp $
#
# This file contains some short documentation on the directories that
# are used within pkgsrc.
# PREFIX
# This is the directory where the package should install its
-# files. In special situations, this variable may be set to a
-# subdirectory of LOCALBASE, but this is usually not needed.
+# files. The actual value depends on the variables
+# PKG_INSTALLATION_TYPE, USE_X11BASE and USE_CROSSBASE.
+#
+# Tags: read-only, system-defined, non-overridable, etc.
+#
+# See also:
+# CROSSBASE,
+# INSTALLATION_PREFIX,
+# LOCALBASE,
+# X11PREFIX,
+# PKG_INSTALLATION_TYPE.
#
# LOCALBASE