diff options
author | thierry <thierry@FreeBSD.org> | 2007-02-05 04:24:22 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-02-05 04:24:22 +0800 |
commit | 458923e4980bc625663bd007cdec849498c6d7b2 (patch) | |
tree | 16f87521421866d79d72b934658fef411f882b39 | |
parent | eb0e4b6bf2f7707e08a9872f1dd95f5ada81e157 (diff) | |
download | freebsd-ports-gnome-458923e4980bc625663bd007cdec849498c6d7b2.tar.gz freebsd-ports-gnome-458923e4980bc625663bd007cdec849498c6d7b2.tar.zst freebsd-ports-gnome-458923e4980bc625663bd007cdec849498c6d7b2.zip |
Add additional master sites.
PR: ports/108702
Submitted by: Jonathan Liu <Net147 (at) hotmail.com> (maintainer)
-rw-r--r-- | sysutils/linrename/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index 12f155f8bb6c..013e2846457b 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -8,7 +8,11 @@ PORTNAME= linrename PORTVERSION= 2.12r CATEGORIES= sysutils -MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/ +MASTER_SITES= http://mirror.linux.org.au/pub/linux/utils/util-linux/ \ + http://debian.csail.mit.edu/pub/linux/utils/util-linux/ \ + http://www.club.cc.cmu.edu/pub/linux.out-of-date/utils/util-linux/ \ + http://www.kernel.org/pub/linux/utils/util-linux/ \ + ftp://ftp.kernel.org/pub/linux/utils/util-linux/old/ DISTNAME= util-linux-${PORTVERSION} MAINTAINER= Net147@hotmail.com |