git: 9f1366dad98a - main - Mk/bsd.port.mk: Fix unchanged options overwriting dialog4ports bg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 May 2022 15:31:15 UTC
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f1366dad98a7a31d9f44d7e1199389a27fcbb90 commit 9f1366dad98a7a31d9f44d7e1199389a27fcbb90 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2022-05-28 15:29:32 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2022-05-28 15:30:05 +0000 Mk/bsd.port.mk: Fix unchanged options overwriting dialog4ports bg This was already handled for the changed options case. --- Mk/bsd.port.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 0cf7c93e2c3a..0ed05289ef76 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -4936,6 +4936,7 @@ do-config: trap "${RM} $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ ${SETENV} ${D4P_ENV} ${SH} ${SCRIPTSDIR}/dialog4ports.sh $${TMPOPTIONSFILE} || { \ ${RM} $${TMPOPTIONSFILE}; \ + ${ECHO_CMD}; \ ${ECHO_MSG} "===> Options unchanged"; \ exit 0; \ }; \