pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bwm-ng: apply lint.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Mon Jul 4 23:31:15 2022 +0200
Changeset:	132acbdfb50bfceeab342081a1a2beb850cdf030

Modified Files:
	bwm-ng/Makefile

Log Message:
bwm-ng: apply lint.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=132acbdfb50bfceeab342081a1a2beb850cdf030

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bwm-ng/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bwm-ng/Makefile b/bwm-ng/Makefile
index 03b205e2a2..f4f60fcf72 100644
--- a/bwm-ng/Makefile
+++ b/bwm-ng/Makefile
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+=	--prefix=${PREFIX}
 FAKE_NCURSES=		yes
 
 pre-configure:
-	@set -e; cd ${WRKSRC} && autoreconf -fiv
+	${RUN} set -e; cd ${WRKSRC} && autoreconf -fiv
 
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index