diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-10-17 09:33:05 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-10-17 09:33:05 +0000 |
commit | 0159380350e46511e3857b7935cdc4344e60115a (patch) | |
tree | d73574f1b37ee4771c415fc1f1807a44990559c0 /misc/pciids/Makefile | |
parent | 5542d49cec5ec928cb35806a00191ecabb70db8a (diff) |
Notes
Diffstat (limited to 'misc/pciids/Makefile')
-rw-r--r-- | misc/pciids/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index 7581b5521d7c..5309aa770707 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -6,14 +6,16 @@ # $MCom: ports/misc/pciids/Makefile,v 1.11 2008/03/23 06:57:57 marcus Exp $ PORTNAME= pciids -PORTVERSION= 20100827 +PORTVERSION= 20101005 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sunpoet +MASTER_SITES= LOCAL/sunpoet MAINTAINER= gnome@FreeBSD.org COMMENT= Database of all known ID's used in PCI devices +LICENSE= BSD GPLv2 GPLv3 +LICENSE_COMB= dual + USE_BZIP2= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids |