/etc/make.conf中加入,就可以搞定 ### Added by FreeBSDChina.org ### MASTER_SITE_OVERRIDE?= ftp://ftp.freebsdchina.org/pub/FreeBSD/ports/distfiles/$ 还有,多个地址: ee /etc/make.conf MASTER_SITE_OVERRIDE?=\ http://ports
   呵呵,给freebsdchina增加点负担 :) 
/etc/make.conf中加入,就可以搞定 
### Added by FreeBSDChina.org ### 
MASTER_SITE_OVERRIDE?= 
ftp://ftp.freebsdchina.org/pub/FreeBSD/ports/distfiles/$

还有,多个地址:
ee /etc/make.conf
MASTER_SITE_OVERRIDE?=\ 
http://ports.hshh.org/${DIST_SUBDIR}/\
ftp://ftp2.tsinghua.edu.cn/mirror/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp2.cn.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/\
ftp://ftp.jp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp3.jp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
以后装ports的都先从这几个地方找

相关文章:

  • 2022-03-07
  • 2021-12-19
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2021-09-29
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2021-11-03
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案