diff options
author | itojun <itojun> | 2001-01-28 03:17:41 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-01-28 03:17:41 +0000 |
commit | 5dafd158cd6cbf2b2b059c9a95f2acd1088400a3 (patch) | |
tree | cb18e603aa2c6d81c5e42b609a4370fa7c56e9e6 /Packages.txt | |
parent | 1363a270c83fb4d910a087858c6041e3eb079c56 (diff) | |
download | pkgsrc-5dafd158cd6cbf2b2b059c9a95f2acd1088400a3.tar.gz |
refer MASTER_SITE_{GNOME,SOURCEFORGE}. warn about use of ACCEPTABLE_LICENSES
in sample mk.conf fragment
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt index cceb074dcec..5bb93ce10d4 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.135 2001/01/26 09:17:55 skrll Exp $ +# $NetBSD: Packages.txt,v 1.136 2001/01/28 03:17:41 itojun Exp $ ########################################################################### ========================== @@ -313,7 +313,9 @@ actually compile on NFS storage, as this slows things down a lot. 3.2.1.1 /etc/mk.conf ==================== -You may want to set things in /etc/mk.conf: +You may want to set things in /etc/mk.conf. Look at pkgsrc/mk/mk.conf.example +for details. You will want to make sure that ACCEPTABLE_LICENSES meet your +local policy: BATCH= yes # required for bulk builds DEPENDS_TARGET?= bulk-install @@ -461,6 +463,8 @@ The MASTER_SITES may be set to one of the predefined sites: ${MASTER_SITE_PERL_CPAN} ${MASTER_SITE_TEX_CTAN} ${MASTER_SITE_SUNSITE} + ${MASTER_SITE_GNOME} + ${MASTER_SITE_SOURCEFORGE} If one of these predefined sites is chosen, you may require the ability to specify a subdirectory of that site. Since these macros may expand to |