MFH: r551866

Fix default pci.ids location

- Bump PORTREVISION for package change

Reported by:	mav

Approved by:	ports-secteam (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-10 07:51:13 +00:00
parent d94e0768ba
commit f50e6a1306
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=551907
2 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= libpci
PORTVERSION= 3.7.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/software/utils/pciutils \
LOCAL/sunpoet

View File

@ -11,7 +11,7 @@
VERSION=3.7.0
DATE=2020-05-31
@@ -32,7 +32,7 @@ HWDB=
@@ -32,10 +32,10 @@ HWDB=
ABI_VERSION=.3
# Installation directories
@ -19,7 +19,11 @@
+# PREFIX=/usr/local
SBINDIR=$(PREFIX)/sbin
SHAREDIR=$(PREFIX)/share
IDSDIR=$(SHAREDIR)
-IDSDIR=$(SHAREDIR)
+IDSDIR=$(SHAREDIR)/pciids
MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
INCDIR=$(PREFIX)/include
LIBDIR=$(PREFIX)/lib
@@ -45,7 +45,7 @@ PKGCFDIR=$(LIBDIR)/pkgconfig
INSTALL=install
DIRINSTALL=install -d