diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-01 18:30:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-01 18:30:36 +0000 |
commit | a26ed30484af08b0a461e4e5cd47d5b4b202e5b9 (patch) | |
tree | 1bf76681866217b5326b0543bd507be52cb5fe68 /mk/configure | |
parent | 0ca9fb10ba2d1eacb24e83123fed511aaa8289f6 (diff) | |
download | pkgsrc-a26ed30484af08b0a461e4e5cd47d5b4b202e5b9.tar.gz |
Update SCRIPTS_ENV description.
Diffstat (limited to 'mk/configure')
-rw-r--r-- | mk/configure/bsd.configure-vars.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/configure/bsd.configure-vars.mk b/mk/configure/bsd.configure-vars.mk index e857ea1b37f..5167a83f0b5 100644 --- a/mk/configure/bsd.configure-vars.mk +++ b/mk/configure/bsd.configure-vars.mk @@ -1,11 +1,11 @@ -# $NetBSD: bsd.configure-vars.mk,v 1.1 2006/07/05 06:09:15 jlam Exp $ +# $NetBSD: bsd.configure-vars.mk,v 1.2 2007/03/01 18:30:36 wiz Exp $ # # CONFIGURE_DIRS is the list of directories in which to run the # configure process. If the directories are relative paths, # then they are assumed to be relative to ${WRKSRC}. # -# SCRIPTS_ENV is the shell environment passed to scripts invoked -# by pkgsrc, including xmkmf (used by the configure process). +# SCRIPTS_ENV is the shell environment passed to xmkmf (used by +# the configure process). # CONFIGURE_DIRS?= ${WRKSRC} SCRIPTS_ENV?= # empty |