pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/help Fixed the documentation of the PREFIX variable...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47df5946bf43
branches:  trunk
changeset: 523717:47df5946bf43
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jan 12 07:47:16 2007 +0000

description:
Fixed the documentation of the PREFIX variable. It cannot be overridden,
neither by the user nor by a package.

diffstat:

 mk/help/directories.mk |  15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 1c7432a0677d -r 47df5946bf43 mk/help/directories.mk
--- a/mk/help/directories.mk    Fri Jan 12 06:45:24 2007 +0000
+++ b/mk/help/directories.mk    Fri Jan 12 07:47:16 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index