git: d87e5ab7c038 - main - audio/lame: unbreak

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Sat, 23 Sep 2023 09:09:31 UTC
The branch main has been updated by antoine:

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

commit d87e5ab7c0383364d7cfd42cfeb4165c014b646d
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-09-23 09:09:15 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-09-23 09:09:15 +0000

    audio/lame: unbreak
---
 audio/lame/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index e315ea24e238..8ee319dd606c 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -29,7 +29,7 @@ OPTIONS_DEFAULT=DOCS
 post-patch:
 # Fix parallel builds
 	@${REINPLACE_CMD} -e 's,test -d \.libs || mkdir,mkdir -p,' \
-		${WRKSRC}/libmp3lame/i386/Makefile.ir
+		${WRKSRC}/libmp3lame/i386/Makefile.in
 # Remove undefined symbol from linker version script - XXX to be removed with lame 3.101
 	@${REINPLACE_CMD} -e '/lame_init_old/d' ${WRKSRC}/include/libmp3lame.sym