View | Details | Raw Unified | Return to bug 27947
Collapse All | Expand All

(-)Makefile (-7 / +8 lines)
Lines 31-46 Link Here
31
31
32
RPM_MIRRORS=		\
32
RPM_MIRRORS=		\
33
	ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \
33
	ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \
34
	ftp://ftp.redhat.com/redhat/__DIR__/ \
34
	ftp://ftp.redhat.com/pub/redhat/__DIR__/ \
35
	ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/__DIR__/ \
35
	ftp://ftp.infomagic.com/pub/mirrors/linux/redhat/__DIR__/ \
36
	ftp://ftp.crc.ca/mirrors/by-site/ftp.redhat.com/redhat/__DIR__/ \
36
	ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/__DIR__/ \
37
	ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \
37
	ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \
38
	ftp://mirror.nucba.ac.jp/mirror/redhat/__DIR__/ \
39
	ftp://ftp.is.co.za/linux/distributions/redhat/__DIR__/ \
38
	ftp://ftp.is.co.za/linux/distributions/redhat/__DIR__/ \
40
	ftp://mirror.aarnet.edu.au/pub/linux/redhat/__DIR__/
39
	ftp://mirror.aarnet.edu.au/pub/linux/redhat/__DIR__/ \
40
	ftp://ftp.kddlabs.co.jp/Linux/packages/RedHat/redhat/__DIR__/ \
41
	ftp://download.sourceforge.net/pub/mirrors/redhat/redhat/__DIR__/
41
42
42
STDDIR=			redhat-6.2/${MACHINE_ARCH}/RedHat/RPMS
43
STDDIR=			linux/6.2/en/os/${MACHINE_ARCH}/RedHat/RPMS
43
UPDDIR=			updates/6.2/${MACHINE_ARCH}
44
UPDDIR=			linux/updates/6.2/en/os/${MACHINE_ARCH}
44
45
45
.include <bsd.port.pre.mk>
46
.include <bsd.port.pre.mk>

Return to bug 27947