diff options
author | rillig <rillig@pkgsrc.org> | 2018-11-11 20:38:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-11-11 20:38:27 +0000 |
commit | aa86a392b7d84d4d58d8d564745dd73c9e40abf3 (patch) | |
tree | e35df8e2bca8cf9694d78597a40a5c40dc69ba38 /mk/help | |
parent | 6f36b3af4f30ff10828a80fe17006bf693200f5c (diff) | |
download | pkgsrc-aa86a392b7d84d4d58d8d564745dd73c9e40abf3.tar.gz |
mk/help: document PREPEND_PATH
Diffstat (limited to 'mk/help')
-rw-r--r-- | mk/help/path.help | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mk/help/path.help b/mk/help/path.help new file mode 100644 index 00000000000..467962a3eaf --- /dev/null +++ b/mk/help/path.help @@ -0,0 +1,16 @@ +# $NetBSD: path.help,v 1.1 2018/11/11 20:38:27 rillig Exp $ + +# Package-settable variables: +# +# PREPEND_PATH +# A space-separated list of path names. All directories that are +# added to this list are added to the PATH environment variable, +# in reverse order. To add a directory at the very front of the +# PATH, append to this variable after including bsd.prefs.mk and +# right before including bsd.pkg.mk. +# +# The modified PATH is available in all {pre,do,post}-* targets, +# as well as the configure scripts and invocations of the make +# targets in the package itself. +# +# Keywords: PATH |