diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-13 01:33:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-13 01:33:22 +0800 |
commit | 237f4f60badb42099dbb20085cb88ee0b0388459 (patch) | |
tree | bd5086192f82733bbf1aaec5f76c66746e20faa3 /misc/pciids | |
parent | d1c484c26ac4a7c0616bf63cc0a4aa746a830f6c (diff) | |
download | freebsd-ports-gnome-237f4f60badb42099dbb20085cb88ee0b0388459.tar.gz freebsd-ports-gnome-237f4f60badb42099dbb20085cb88ee0b0388459.tar.zst freebsd-ports-gnome-237f4f60badb42099dbb20085cb88ee0b0388459.zip |
Use PORTDATA
Diffstat (limited to 'misc/pciids')
-rw-r--r-- | misc/pciids/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index 5c1200f54507..55bef3c65952 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= %%DATADIR%%/pci.ids +PORTDATA= pci.ids GH_ACCOUNT= pciutils GH_TAGNAME= 14aaead |