diff --git a/sysutils/usbutils/Makefile b/sysutils/usbutils/Makefile index e1e38d1d3454..30349464b8fe 100644 --- a/sysutils/usbutils/Makefile +++ b/sysutils/usbutils/Makefile @@ -1,37 +1,38 @@ PORTNAME= usbutils PORTVERSION= 0.91 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility for listing USB devices WWW= https://github.com/gregkh/usbutils LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= usbhid-dump:sysutils/usbhid-dump \ ${LOCALBASE}/share/usbids/usb.ids:misc/usbids 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 GH_ACCOUNT= gregkh USE_GITHUB= yes PORTSCOUT= ignore:1 SHEBANG_FILES= usb-devices OPTIONS_DEFINE= DOCS post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include diff --git a/sysutils/usbutils/pkg-plist b/sysutils/usbutils/pkg-plist index 08408bd6b498..a8eb3ce1a886 100644 --- a/sysutils/usbutils/pkg-plist +++ b/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