git: aa14ff1c1e65 - main - sysutils/fwup: appease portclippy & portfmt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 15:03:10 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa14ff1c1e65ce42678b76982defefce07ad9e30
commit aa14ff1c1e65ce42678b76982defefce07ad9e30
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2026-02-01 15:02:49 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2026-02-01 15:02:56 +0000
sysutils/fwup: appease portclippy & portfmt
---
sysutils/fwup/Makefile | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/sysutils/fwup/Makefile b/sysutils/fwup/Makefile
index 65a47bf2c721..c608acd2aee6 100644
--- a/sysutils/fwup/Makefile
+++ b/sysutils/fwup/Makefile
@@ -17,12 +17,13 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/autogen:devel/autogen \
${LOCALBASE}/bin/zip:archivers/zip
LIB_DEPENDS= libconfuse.so:devel/libconfuse
-USES= autoreconf gettext-runtime libarchive libtool pkgconfig shebangfix
+USES= autoreconf gettext-runtime libarchive libtool pkgconfig \
+ shebangfix
USE_GITHUB= yes
GH_ACCOUNT= fhunleth
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
SHEBANG_FILES= img2fwup scripts/*.sh
@@ -36,10 +37,12 @@ PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
pre-configure:
- @(cd ${WRKSRC} && ./autogen.sh)
+ @(cd ${WRKSRC} && \
+ ./autogen.sh)
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.md \
+ ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>