archivers/ark: Remove needless workaround

p7zip has been removed, 7z executable is now installed by archivers/7-zip.
This commit is contained in:
Max Brazhnikov 2022-05-25 11:21:39 +03:00
parent 566c60c9ad
commit 4685d51b3e

View File

@ -43,10 +43,4 @@ ZIP_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibZip
# Override shared library version
KDE_APPLICATIONS_SHLIB_VER= ${KDE_APPLICATIONS_VERSION}
post-patch:
${REINPLACE_CMD} '/Program/s,"7z","7zz",' \
${WRKSRC}/plugins/cli7zplugin/cliplugin.cpp
${REINPLACE_CMD} 's,"7z","7zz",' \
${WRKSRC}/plugins/cli7zplugin/kerfuffle_cli7z.json.cmake
.include <bsd.port.mk>