Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 15:04:24 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e3d010abf21d - main - audio/ebur128: Fix typo in do-install section
Message-ID:  <202305011504.341F4OWq057072@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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