git: 2aaa08ffa716 - main - Mk/bsd.commands.mk: Fix pre-commit error about indentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jan 2024 17:59:34 UTC
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