git: b63918758d45 - main - audio/fluidplug-lv2: switch from p7zip to 7-zip

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Wed, 12 Jan 2022 20:08:24 UTC
The branch main has been updated by makc:

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

commit b63918758d4547ce590e37677c3df7bdab9ff36e
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-01-12 20:07:32 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-01-12 20:07:32 +0000

    audio/fluidplug-lv2: switch from p7zip to 7-zip
    
    PR:     260866
---
 audio/fluidplug-lv2/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/audio/fluidplug-lv2/Makefile b/audio/fluidplug-lv2/Makefile
index 056ae7414d5a..2d295d6233d6 100644
--- a/audio/fluidplug-lv2/Makefile
+++ b/audio/fluidplug-lv2/Makefile
@@ -10,7 +10,7 @@ COMMENT=	SoundFonts as LV2 plugins via FluidSynth
 
 LICENSE=	LGPL20
 
-BUILD_DEPENDS=	7z:archivers/p7zip \
+BUILD_DEPENDS=	7zz:archivers/7-zip \
 		lv2>0:audio/lv2
 LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
 
@@ -31,7 +31,8 @@ SSE_MAKE_ARGS=	PORT_SIMD_FLAGS="-mtune=generic -msse -msse2 -mfpmath=sse"
 post-patch:
 	@${REINPLACE_CMD} -e ' \
 		s|PREFIX  = /usr|PREFIX ?= /usr| ; \
-		s|wget .*\/\(.*\) \&\& \\|${LN} -s ${DISTDIR}/\1 . \&\& \\|' \
+		s|wget .*\/\(.*\) \&\& \\|${LN} -s ${DISTDIR}/\1 . \&\& \\| ; \
+		s|7z x |7zz x -bd |' \
 		${WRKSRC}/Makefile
 
 post-install: