diff options
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 b37d87c..4a44b8c 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} "************************************************" |