Date: Mon, 28 Feb 2022 12:51:14 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a9e7b5471bdd - main - sysutils/usbutils: Cosmetic change Message-ID: <202202281251.21SCpE8G062833@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9e7b5471bdd5e6999b3fe8d7f87f479758339a9 commit a9e7b5471bdd5e6999b3fe8d7f87f479758339a9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 09:33:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 12:46:04 +0000 sysutils/usbutils: Cosmetic change --- sysutils/usbutils/Makefile | 9 +++++---- 1 file 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}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202281251.21SCpE8G062833>