diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-07 23:50:54 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-07 23:50:54 +0000 |
commit | fe45fd695dc751cca5fc22d1331b5a3cab1d7687 (patch) | |
tree | ba36fe170af967851eeb24dab49324d79b346410 /graphics | |
parent | b70e17dc259a4a14c15909f7f15b16416e7975b1 (diff) | |
download | FreeBSD-ports-fe45fd695dc751cca5fc22d1331b5a3cab1d7687.zip FreeBSD-ports-fe45fd695dc751cca5fc22d1331b5a3cab1d7687.tar.gz |
Fix location where distfiles can be found
PR: 27947
Submitted by: maintainer
Reviewed by: will
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_mesa3/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index 78a66d0..d1d43e5 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -31,16 +31,17 @@ NO_MTREE= yes RPM_MIRRORS= \ ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ - ftp://ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/__DIR__/ \ - ftp://ftp.crc.ca/mirrors/by-site/ftp.redhat.com/redhat/__DIR__/ \ + ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ + ftp://ftp.infomagic.com/pub/mirrors/linux/redhat/__DIR__/ \ + ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/__DIR__/ \ ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://mirror.nucba.ac.jp/mirror/redhat/__DIR__/ \ ftp://ftp.is.co.za/linux/distributions/redhat/__DIR__/ \ - ftp://mirror.aarnet.edu.au/pub/linux/redhat/__DIR__/ + ftp://mirror.aarnet.edu.au/pub/linux/redhat/__DIR__/ \ + ftp://ftp.kddlabs.co.jp/Linux/packages/RedHat/redhat/__DIR__/ \ + ftp://download.sourceforge.net/pub/mirrors/redhat/redhat/__DIR__/ -STDDIR= redhat-6.2/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= updates/6.2/${MACHINE_ARCH} +STDDIR= linux/6.2/en/os/${MACHINE_ARCH}/RedHat/RPMS +UPDDIR= linux/updates/6.2/en/os/${MACHINE_ARCH} .include <bsd.port.pre.mk> |