From 72cd4c945067f6bd8f865036c9bec54608f22fc0 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 12 Jan 2007 07:47:16 +0000 Subject: Fixed the documentation of the PREFIX variable. It cannot be overridden, neither by the user nor by a package. --- mk/help/directories.mk | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'mk') 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 -- cgit v1.2.3