diff options
author | edwin <edwin@FreeBSD.org> | 2005-03-14 15:44:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-03-14 15:44:44 +0800 |
commit | bef7748a01b36bc5c58cbc781dc599744ed5a78d (patch) | |
tree | 98c428c4c4a0244c6d004d126f92dc14bed188f3 /CHANGES | |
parent | 67c6e8470aa3d4fdb77a8f719df2e6edd2136a25 (diff) | |
download | freebsd-ports-gnome-bef7748a01b36bc5c58cbc781dc599744ed5a78d.tar.gz freebsd-ports-gnome-bef7748a01b36bc5c58cbc781dc599744ed5a78d.tar.zst freebsd-ports-gnome-bef7748a01b36bc5c58cbc781dc599744ed5a78d.zip |
Add information about IGNORE_MASTER_SITE_xxx
Noticed by: krion
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: |