diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 09:33:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 12:46:04 +0000 |
commit | a9e7b5471bdd5e6999b3fe8d7f87f479758339a9 (patch) | |
tree | 22c9323550c405fe52c92f2ffb906bb0b81988e7 | |
parent | f0e3988df254379e63ec5affbe449ae2e69260fd (diff) | |
download | ports-a9e7b5471bdd5e6999b3fe8d7f87f479758339a9.tar.gz ports-a9e7b5471bdd5e6999b3fe8d7f87f479758339a9.zip |
sysutils/usbutils: Cosmetic change
-rw-r--r-- | sysutils/usbutils/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/usbutils/Makefile b/sysutils/usbutils/Makefile index 87d88bc990af..84f92b83fd08 100644 --- a/sysutils/usbutils/Makefile +++ b/sysutils/usbutils/Makefile @@ -14,22 +14,23 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= usbhid-dump:sysutils/usbhid-dump \ ${LOCALBASE}/share/usbids/usb.ids:misc/usbids -OPTIONS_DEFINE= DOCS - -PORTSCOUT= ignore:1 +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" GNU_CONFIGURE= yes -USES= autoreconf gmake pkgconfig shebangfix 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}/ |