git: 05343d7790c3 - main - ports-mgmt/synth: fix typo

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sat, 21 Jun 2025 18:42:24 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05343d7790c3bf4b2670bca3448ef20c08768363

commit 05343d7790c3bf4b2670bca3448ef20c08768363
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-06-21 18:42:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-06-21 18:42:07 +0000

    ports-mgmt/synth: fix typo
---
 ports-mgmt/synth/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile
index 9f6b2a1540d8..3260622a6fc0 100644
--- a/ports-mgmt/synth/Makefile
+++ b/ports-mgmt/synth/Makefile
@@ -42,7 +42,7 @@ post-extract:
 do-build:
 	(cd ${WRKSRC}/synthexec && ${SETENV} ${MAKE_ENV} \
 		gcc synthexec.c -o ../build/synthexec)
-	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gprbuild -P default
+	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gprbuild -P default )
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \