diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-14 19:03:14 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-14 19:03:14 +0000 |
commit | e591535e1a60552a436de23eafa8bfe732dedfe2 (patch) | |
tree | d0bddf900817387d64a1960cff396b49135c5556 /graphics | |
parent | e1557e451f7dace6edd8950bf296e26761a0aa9c (diff) |
Add some mirrors to make it fetchable again.
Notes
Notes:
svn path=/head/; revision=156057
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_dri/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/linux_dri/Makefile b/graphics/linux_dri/Makefile index 5e86d542e721..deb4dfcde464 100644 --- a/graphics/linux_dri/Makefile +++ b/graphics/linux_dri/Makefile @@ -8,7 +8,11 @@ PORTNAME= linux_dri PORTVERSION= 4.4.0 CATEGORIES= graphics linux -MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/binaries/Linux-ix86-glibc21/:x \ +MASTER_SITES= \ + http://netmirror.org/mirror/xfree86.org/${PORTVERSION}/binaries/Linux-ix86-glibc21/:x \ + ftp://ftp.belnet.be/mirror/ftp.xfree86.org/${PORTVERSION}/binaries/Linux-ix86-glibc21/:x \ + ftp://ftp.gwdg.de/pub/xfree86/XFree86/${PORTVERSION}/binaries/Linux-ix86-glibc21/:x \ + ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/binaries/Linux-ix86-glibc21/:x \ http://people.freebsd.org/~anholt/dri/files/:anholt DISTFILES= Xbin.tgz:x \ Xmod.tgz:x \ |