summaryrefslogtreecommitdiff
path: root/graphics/linux_mesa3
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-07 23:50:54 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-07 23:50:54 +0000
commita10d5a813671805f09295b2cb7f7589f1c49fa43 (patch)
tree12143dee0d31d7f58f6f42c64b1df4eb9b4a4f4a /graphics/linux_mesa3
parentadd patches for p5-Glade-Perl (diff)
Fix location where distfiles can be found
PR: 27947 Submitted by: maintainer Reviewed by: will
Notes
Notes: svn path=/head/; revision=43619
Diffstat (limited to 'graphics/linux_mesa3')
-rw-r--r--graphics/linux_mesa3/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile
index 78a66d0be3d8..d1d43e5f9bac 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>