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 /devel/libpci | |
parent | 9c6ebea530536103205d947bab571242bb1b7a9c (diff) | |
download | ports-bf503aaa52348e408350bbefb5716c34248ffaad.tar.gz ports-bf503aaa52348e408350bbefb5716c34248ffaad.zip |
Notes
Diffstat (limited to 'devel/libpci')
-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 |