mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/usbutils: Update manpage location (003a571d1d
, r523104)
This commit is contained in:
parent
82a15f9f47
commit
593fc74e64
2 changed files with 4 additions and 3 deletions
|
@ -16,8 +16,9 @@ RUN_DEPENDS= usbhid-dump:sysutils/usbhid-dump \
|
|||
USES= autoreconf gmake pkgconfig shebangfix
|
||||
|
||||
CONFIGURE_ARGS= --datadir=${LOCALBASE}/share/usbids --enable-zlib
|
||||
CONFIGURE_ENV= LIBUSB_CFLAGS="-I/usr/include" LIBUSB_LIBS="-L/usr/lib -lusb"
|
||||
CONFIGURE_ENV= LIBUSB_CFLAGS=-I/usr/include LIBUSB_LIBS="-L/usr/lib -lusb"
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bin/usb-devices
|
||||
libdata/pkgconfig/usbutils.pc
|
||||
man/man1/usb-devices.1.gz
|
||||
man/man8/lsusb.8.gz
|
||||
sbin/lsusb
|
||||
share/man/man1/usb-devices.1.gz
|
||||
share/man/man8/lsusb.8.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue