ports-mgmt/synth: fix typo

This commit is contained in:
Dima Panov 2025-06-21 21:42:07 +03:00
parent 516ddee744
commit 05343d7790
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29
1 changed files with 1 additions and 1 deletions

View File

@ -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 \