diff options
author | sem <sem@FreeBSD.org> | 2005-11-15 16:32:31 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-15 16:32:31 +0800 |
commit | 9063717b01f9acd9ab3094c26f97ae963d57387f (patch) | |
tree | b26f8073cfcf1b3016c68df66eb8889cf541ae9a /sysutils/linuxfdisk | |
parent | e476bef1d44682bd1887f5f5921fb119e6d5066c (diff) | |
download | freebsd-ports-gnome-9063717b01f9acd9ab3094c26f97ae963d57387f.tar.gz freebsd-ports-gnome-9063717b01f9acd9ab3094c26f97ae963d57387f.tar.zst freebsd-ports-gnome-9063717b01f9acd9ab3094c26f97ae963d57387f.zip |
- Distfile was moved in old/ subdir. Add the URL and
add one more site because of ftp.kernel.org is poorly accessable.
PR: ports/89048
Submitted by: Valentin Nechayev (maintainer)
Diffstat (limited to 'sysutils/linuxfdisk')
-rw-r--r-- | sysutils/linuxfdisk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/linuxfdisk/Makefile b/sysutils/linuxfdisk/Makefile index 4051d5ea3188..b542edbce7eb 100644 --- a/sysutils/linuxfdisk/Makefile +++ b/sysutils/linuxfdisk/Makefile @@ -8,7 +8,9 @@ PORTNAME= linuxfdisk PORTVERSION= 2.11z CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.kernel.org/pub/linux/utils/util-linux/ +MASTER_SITES= ftp://ftp.kernel.org/pub/linux/utils/util-linux/ \ + ftp://ftp.kernel.org/pub/linux/utils/util-linux/old/ \ + ftp://segfault.kiev.ua/pub/ DISTNAME= util-linux-${PORTVERSION} EXTRACT_SUFX= .tar.bz2 |