diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-16 02:55:42 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-16 02:55:42 +0800 |
commit | 129c06f44ddc6e661439b20286e9652a0ea8a5cf (patch) | |
tree | 24345a68cc42e255bb6979876e7a777187081157 /devel | |
parent | 068537b03077d7031a6ead16e164a07960703710 (diff) | |
download | freebsd-ports-gnome-129c06f44ddc6e661439b20286e9652a0ea8a5cf.tar.gz freebsd-ports-gnome-129c06f44ddc6e661439b20286e9652a0ea8a5cf.tar.zst freebsd-ports-gnome-129c06f44ddc6e661439b20286e9652a0ea8a5cf.zip |
- Use MASTER_SITES_KERNEL_ORG
PR: ports/134566
Approved by: all maintainer timeouts
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpci/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |