diff options
-rw-r--r-- | archivers/rpm/Makefile | 3 | ||||
-rw-r--r-- | devel/popt/Makefile | 3 | ||||
-rw-r--r-- | misc/rpm/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index 29619f3..29ca9a7 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -9,7 +9,8 @@ PORTNAME= rpm PORTVERSION= 3.0.6 PORTREVISION= 4 CATEGORIES= misc -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \ + ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ MAINTAINER= nakai@FreeBSD.org diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 9adb475..9d78ff8 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -8,7 +8,8 @@ PORTNAME= popt PORTVERSION= 1.5 CATEGORIES= devel -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \ + ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ MAINTAINER= ycheng@sinica.edu.tw diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 29619f3..29ca9a7 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -9,7 +9,8 @@ PORTNAME= rpm PORTVERSION= 3.0.6 PORTREVISION= 4 CATEGORIES= misc -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \ + ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ MAINTAINER= nakai@FreeBSD.org |