[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bsd-nomads:10063] Re: 2.2.8-RELEASE on X-TT Server.
># X のソースなんて ftp で持って来られないですよね。全ての ports
> の Makefile の MASTER_SITES の一番最初には、
> ftp://127.0.0.1/pub/??? と言うのをデフォル トで入れて欲しいと
> 思う今日この頃;-)。
/etc/make.conf の次の部分をご利用下さい :-)
# This site will be checked as a last resort unless MASTER_SITE_OVERRIDE
# is set (see below) in which case it is checked immediately after your
# local and "locale" sites.
#
MASTER_SITE_BACKUP?= \
ftp://127.0.0.1p/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
#
# If you want your port fetches to check the above site first (before
# the MASTER_SITES specified in the port Makefiles), uncomment the
# line below. You can also change the right side to point to wherever
# you want.
#
MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
#
MIHIRA Yoshiro