diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-03-14 07:44:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-03-14 07:44:44 +0000 |
commit | 06b7c5639a669a1df2c41849812df9237ed95959 (patch) | |
tree | c6cd3f66974a4164a2bb086431d39eea99105380 /CHANGES | |
parent | e3a377ff13114024387e435d15bd0e2ee44db2dd (diff) |
Add information about IGNORE_MASTER_SITE_xxx
Noticed by: krion
Notes
Notes:
svn path=/head/; revision=131164
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -10,6 +10,24 @@ in the release notes. All ports committers are allowed to commit to this file. +20050314: +AUTHOR: edwin@FreeBSD.org + New variable for in /etc/make.conf: IGNORE_MASTER_SITE_xxx + + If you prefer a certain mastersite for a collection of master-sites, + set this in your /etc/make.conf: + + MASTER_SITE_xxx=http://z.x.y/%SUBDIR%/ + + If you insist on only using the ones you specify, set this in + your /etc/make.conf: + + IGNORE_MASTER_SITE_xxx=yes + MASTER_SITE_xxx=http://z.x.y/%SUBDIR%/ + + Use "make -V MASTER_SITES" to see the differences. + + 20050313: AUTHOR: ahze@FreeBSD.org, kwm@FreeBSD.org The following changes were committed: |