diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-06-15 18:55:42 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-06-15 18:55:42 +0000 |
commit | bf503aaa52348e408350bbefb5716c34248ffaad (patch) | |
tree | 089d23e59a2286bfba4cda7519d99da51456aa49 | |
parent | 9c6ebea530536103205d947bab571242bb1b7a9c (diff) |
Notes
-rw-r--r-- | devel/libpci/Makefile | 3 | ||||
-rw-r--r-- | ftp/tftp-hpa/Makefile | 3 | ||||
-rw-r--r-- | sysutils/linrename/Makefile | 4 | ||||
-rw-r--r-- | sysutils/linuxfdisk/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pciutils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/syslinux/Makefile | 3 |
6 files changed, 12 insertions, 8 deletions
diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile index ae1992e2aa60..58421620be7c 100644 --- a/devel/libpci/Makefile +++ b/devel/libpci/Makefile @@ -10,8 +10,9 @@ PORTVERSION= 2.2.8 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ - ftp://ftp.kernel.org/pub/software/utils/pciutils/ \ + ${MASTER_SITE_KERNEL_ORG} \ ftp://metalab.unc.edu/pub/Linux/hardware/ +MASTER_SITE_SUBDIR= software/utils/pciutils DISTNAME= pciutils-${PORTVERSION} MAINTAINER= sbahra@gwu.edu diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile index 2473a8881602..1a47389cabd3 100644 --- a/ftp/tftp-hpa/Makefile +++ b/ftp/tftp-hpa/Makefile @@ -8,7 +8,8 @@ PORTNAME= tftp-hpa PORTVERSION= 0.49 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/ +MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} +MASTER_SITE_SUBDIR= software/network/tftp MAINTAINER= brooks@FreeBSD.org COMMENT= An advanced tftp server diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index a8ea9b77b165..91700cfca8ec 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -12,8 +12,8 @@ CATEGORIES= sysutils 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/ + ${MASTER_SITE_KERNEL_ORG} +MASTER_SITE_SUBDIR= linux/utils/util-linux DISTNAME= util-linux-${PORTVERSION} MAINTAINER= Net147@hotmail.com diff --git a/sysutils/linuxfdisk/Makefile b/sysutils/linuxfdisk/Makefile index b542edbce7eb..6a35bd02afe3 100644 --- a/sysutils/linuxfdisk/Makefile +++ b/sysutils/linuxfdisk/Makefile @@ -8,9 +8,9 @@ PORTNAME= linuxfdisk PORTVERSION= 2.11z CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.kernel.org/pub/linux/utils/util-linux/ \ - ftp://ftp.kernel.org/pub/linux/utils/util-linux/old/ \ +MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} \ ftp://segfault.kiev.ua/pub/ +MASTER_SITE_SUBDIR= linux/utils/util-linux/old DISTNAME= util-linux-${PORTVERSION} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 7280033320dc..b85033301bdc 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -9,8 +9,9 @@ PORTNAME= pciutils PORTVERSION= 3.0.3 CATEGORIES= sysutils MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ - ftp://ftp.kernel.org/pub/software/utils/pciutils/ \ + ${MASTER_SITE_KERNEL_ORG} \ ftp://metalab.unc.edu/pub/Linux/hardware/ +MASTER_SITE_SUBDIR= software/utils/pciutils MAINTAINER= sbahra@gwu.edu COMMENT= PCI configuration utilities diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index f5de10ebddd6..1e37aff9a04c 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -9,7 +9,8 @@ PORTNAME= syslinux PORTVERSION= 3.72 CATEGORIES= sysutils -MASTER_SITES= http://www.kernel.org/pub/linux/utils/boot/syslinux/ +MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} +MASTER_SITE_SUBDIR= linux/boot/syslinux/Old MAINTAINER= luigi@FreeBSD.org COMMENT= Syslinux for FreeBSD |