diff options
author | tnn <tnn@pkgsrc.org> | 2015-10-05 12:23:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-10-05 12:23:21 +0000 |
commit | 67f6bdb9f9dd061dc166c98d3aafefdd5a33fb47 (patch) | |
tree | f57485b5de7c62e1c0c71c73a4b89d6869570f90 | |
parent | 0061fd7879aec9ad5d593894908e87fbabf16db7 (diff) | |
download | pkgsrc-67f6bdb9f9dd061dc166c98d3aafefdd5a33fb47.tar.gz |
Don't use master site with dynamically generated file. We have it on nbftp.
PR pkg/50297
-rw-r--r-- | misc/pciids/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index 509acbd7a2b..2817df0522b 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2015/09/07 08:55:57 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/10/05 12:23:21 tnn Exp $ DISTNAME= pci.ids PKGNAME= pciids-20150907 CATEGORIES= misc -MASTER_SITES= http://pci-ids.ucw.cz/v2.2/ +MASTER_SITES= # dynamically generated file http://pci-ids.ucw.cz/v2.2/ EXTRACT_SUFX= .bz2 MAINTAINER= mark@coris.org.uk |