diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2022-05-28 08:29:32 -0700 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2022-05-28 08:30:05 -0700 |
commit | 9f1366dad98a7a31d9f44d7e1199389a27fcbb90 (patch) | |
tree | e37d7a03e50a27625a3e0c9f0681d6006ca885e7 /Mk | |
parent | ccb9f933491611faff4958a14b0f03ae64e374bb (diff) | |
download | freebsd-ports-9f1366dad98a7a31d9f44d7e1199389a27fcbb90.zip |
Mk/bsd.port.mk: Fix unchanged options overwriting dialog4ports bg
This was already handled for the changed options case.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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; \ }; \ |