diff options
author | netchild <netchild@FreeBSD.org> | 2006-02-15 03:03:14 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-02-15 03:03:14 +0800 |
commit | e78c75962e800fd666f1d9409d920727cef21360 (patch) | |
tree | 7d39200f9e781f12a8f6452c9ae777849e8c2d11 /graphics | |
parent | a19f2205f55036b72340467a27da0635f5531e80 (diff) | |
download | freebsd-ports-gnome-e78c75962e800fd666f1d9409d920727cef21360.tar.gz freebsd-ports-gnome-e78c75962e800fd666f1d9409d920727cef21360.tar.zst freebsd-ports-gnome-e78c75962e800fd666f1d9409d920727cef21360.zip |
Add some mirrors to make it fetchable again.
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 \ |