mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Some configuration information that is shipped to the clients of a
package building cluster. Please do not commit to this file without the approval of portmgr. Feature safe: yes
This commit is contained in:
parent
8a1c53277f
commit
408042ec04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256849
1 changed files with 16 additions and 0 deletions
16
Tools/portbuild/conf/make.conf
Normal file
16
Tools/portbuild/conf/make.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
# DON'T SET PORT VARIABLES UNCONDITIONALLY - THEY NEED TO BE
|
||||
# OVERRIDABLE BY THE SCRIPTS
|
||||
USA_RESIDENT?=YES
|
||||
|
||||
#
|
||||
MASTER_SITE_BACKUP= \
|
||||
ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
|
||||
MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
|
||||
MASTER_SITE_LOCAL= \
|
||||
ftp://ftp-master.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/
|
||||
|
||||
NO_PROFILE=true
|
||||
MAKE_KERBEROS5= yes
|
||||
SENDMAIL_CF= freefall.cf
|
||||
BOOT_PXELDR_PROBE_KEYBOARD= true
|
||||
ENABLE_SUID_K5SU=yes
|
Loading…
Add table
Reference in a new issue