aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-20 04:21:14 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-20 04:21:14 +0800
commitdaf4c3131134ba6f9d43c68608b3cd158ef98b22 (patch)
tree650333d25f9c7d099547419a1a4907056dc43ef2 /sysutils
parentf5c3e746a3d811a97c8a4cc321bace2f693bc31e (diff)
downloadfreebsd-ports-gnome-daf4c3131134ba6f9d43c68608b3cd158ef98b22.tar.gz
freebsd-ports-gnome-daf4c3131134ba6f9d43c68608b3cd158ef98b22.tar.zst
freebsd-ports-gnome-daf4c3131134ba6f9d43c68608b3cd158ef98b22.zip
- Add LICENSE_FILE
- Use USES=localbase
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pciutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index 2e5061325059..10ec91b8f511 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -12,15 +12,16 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PCI configuration utilities
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpci.so:${PORTSDIR}/devel/libpci
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
ALL_TARGET= lspci lspci.8 setpci setpci.8
CPPFLAGS+= -fPIC
-LDFLAGS+= -L${LOCALBASE}/lib -lpci
+LDFLAGS+= -lpci
MAKE_ENV= LANG=C
-USES= gmake tar:xz
+USES= gmake localbase tar:xz
PLIST_FILES= bin/lspci \
bin/setpci \