git: e3d010abf21d - main - audio/ebur128: Fix typo in do-install section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 May 2023 15:04:24 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3d010abf21d2f206f31d45ce17d81847a57d152 commit e3d010abf21d2f206f31d45ce17d81847a57d152 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-05-01 15:03:19 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-05-01 15:03:25 +0000 audio/ebur128: Fix typo in do-install section Terminate line correctly --- audio/ebur128/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index 3b7088870723..e1904e60cef9 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -23,7 +23,7 @@ do-build: do-install: @${CARGO_CARGO_RUN} cinstall --verbose \ - --destdir "${STAGEDIR}" + --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ ${CARGO_INSTALL_ARGS} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so