Skip to content

Commit

Permalink
sysutils/usbutils: Update manpage location (003a571, r523104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 82a15f9 commit 593fc74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sysutils/usbutils/Makefile
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions sysutils/usbutils/pkg-plist
@@ -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

0 comments on commit 593fc74

Please sign in to comment.