diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-20 10:12:15 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-20 10:12:15 +0000 |
commit | a491f04dd7562d81f44cc815556841babf3de7dc (patch) | |
tree | bfc3e87ebbf77b3b59330fb9a3f5ac466cf3966b /x11 | |
parent | 6f84703d61b37bc6cba2ab992ae45e5282686cfb (diff) | |
download | FreeBSD-ports-a491f04dd7562d81f44cc815556841babf3de7dc.zip FreeBSD-ports-a491f04dd7562d81f44cc815556841babf3de7dc.tar.gz |
Use MASTER_SITE_SUSE, along with a couple of sites I found on
www.filesearching.com.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/linux-XFree86-libs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile index 8f7d235..d652c6c 100644 --- a/x11/linux-XFree86-libs/Makefile +++ b/x11/linux-XFree86-libs/Makefile @@ -8,8 +8,10 @@ PORTNAME= XFree86-libs PORTVERSION= 4.3.99.902 CATEGORIES= x11 linux -MASTER_SITES= ftp://suse.cs.utah.edu/pub/suse.com/suse/i386/update/9.1/rpm/i586/ \ - ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/ +MASTER_SITES= ${MASTER_SITE_SUSE} \ + ftp://ftp.in2p3.fr/pub/linux/suse/update/9.1/rpm/i586/ \ + ftp://ftp.dit.upm.es/suseupdates/suse-9.1/updates/ +MASTER_SITE_SUBDIR= i386/update/9.1/rpm/i586 PKGNAMEPREFIX= linux- DISTNAME= XFree86-libs-4.3.99.902-43.35.3.i586.rpm EXTRACT_SUFX= |