git: a9e7b5471bdd - main - sysutils/usbutils: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 28 Feb 2022 12:51:14 UTC
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}/