diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-05-01 15:03:19 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-05-01 15:03:25 +0000 |
commit | e3d010abf21d2f206f31d45ce17d81847a57d152 (patch) | |
tree | e8ec46f9ae89fd956b6d1d5f5d441ed89878d715 | |
parent | 7fbb345c52c69ac0da3f7782d458c8dfe642bc9e (diff) | |
download | ports-e3d010abf21d2f206f31d45ce17d81847a57d152.tar.gz ports-e3d010abf21d2f206f31d45ce17d81847a57d152.zip |
audio/ebur128: Fix typo in do-install section
Terminate line correctly
-rw-r--r-- | audio/ebur128/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |