diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-23 02:15:56 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-23 02:15:56 +0000 |
commit | e1fea7116b5e5c6b1ad96f35e473063451bda776 (patch) | |
tree | e0eaafb058dab872b213e9b2597add554b2b846a /sysutils/pciutils/Makefile | |
parent | 943690330c433163bb487789dfe403a3eaa90e85 (diff) |
Notes
Diffstat (limited to 'sysutils/pciutils/Makefile')
-rw-r--r-- | sysutils/pciutils/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index b37d87c620cd..4a44b8cacd07 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -6,23 +6,21 @@ # PORTNAME= pciutils -PORTVERSION= 2.1.11 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= sysutils -MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ \ - ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ - ftp://ftp.kernel.org/pub/software/utils/pciutils/ +MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ + ftp://ftp.kernel.org/pub/software/utils/pciutils/ \ + ftp://metalab.unc.edu/pub/Linux/hardware/ MAINTAINER= samy@kerneled.org COMMENT= PCI configuration utilities -USE_BZIP2= yes USE_GMAKE= yes MAKE_ENV= LANG=C MAN8= lspci.8 setpci.8 update-pciids.8 -pre-everything:: +pre-configure: @${ECHO_MSG} "" @${ECHO_MSG} " W A R N I N G" @${ECHO_MSG} "************************************************" |