diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-30 15:13:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-30 15:13:19 +0000 |
commit | c847f599fae4c8f3ee0a5d8469a7564bab932fc0 (patch) | |
tree | 72a940b4201682de30eda8c9b0e307555f4681b7 /mk/help/directories.help | |
parent | 48b9f0ffaecb6a61d5a3d0b56da4a0e13bf291c3 (diff) | |
download | pkgsrc-c847f599fae4c8f3ee0a5d8469a7564bab932fc0.tar.gz |
Remove pkg_views support, second part: infrastructure.
Diffstat (limited to 'mk/help/directories.help')
-rw-r--r-- | mk/help/directories.help | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mk/help/directories.help b/mk/help/directories.help index 600a2953f5e..02c9ba58db4 100644 --- a/mk/help/directories.help +++ b/mk/help/directories.help @@ -1,4 +1,4 @@ -# $NetBSD: directories.help,v 1.1 2008/01/19 22:41:48 rillig Exp $ +# $NetBSD: directories.help,v 1.2 2014/12/30 15:13:19 wiz Exp $ # # This file contains some short documentation on the directories that # are used within pkgsrc. @@ -6,7 +6,7 @@ # PREFIX # This is the directory where the package should install its # files. The actual value depends on the variables -# PKG_INSTALLATION_TYPE, USE_X11BASE and USE_CROSSBASE. +# USE_X11BASE and USE_CROSSBASE. # # Tags: read-only, system-defined, non-overridable, etc. # @@ -14,8 +14,7 @@ # CROSSBASE, # INSTALLATION_PREFIX, # LOCALBASE, -# X11PREFIX, -# PKG_INSTALLATION_TYPE. +# X11PREFIX. # # LOCALBASE @@ -45,7 +44,6 @@ # point to a subdirectory of PKG_SYSCONFBASE. # -# TODO:PKG_SYSCONFDEPOTBASE # TODO:PKG_SYSCONFBASEDIR # |