Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2024 17:59:34 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2aaa08ffa716 - main - Mk/bsd.commands.mk: Fix pre-commit error about indentation
Message-ID:  <202401201759.40KHxYO6088902@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2aaa08ffa716e7a6673128b41d6098aa5323e611

commit 2aaa08ffa716e7a6673128b41d6098aa5323e611
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2024-01-20 11:37:00 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2024-01-20 17:57:44 +0000

    Mk/bsd.commands.mk: Fix pre-commit error about indentation
---
 Mk/bsd.commands.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk
index 636f2f2f481e..069b5e4c6030 100644
--- a/Mk/bsd.commands.mk
+++ b/Mk/bsd.commands.mk
@@ -28,11 +28,11 @@ CP?=			/bin/cp
 CPIO?=			/usr/bin/cpio
 CUT?=			/usr/bin/cut
 DC?=			/usr/bin/dc
-.if exists(/usr/bin/dialog)
+.  if exists(/usr/bin/dialog)
 DIALOG?=		/usr/bin/dialog
-.else
+.  else
 DIALOG?=		/usr/bin/bsddialog
-.endif
+.  endif
 DIALOG4PORTS?=		${LOCALBASE}/bin/portconfig
 DIFF?=			/usr/bin/diff
 DIRNAME?=		/usr/bin/dirname



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401201759.40KHxYO6088902>