diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2022-05-25 08:21:39 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2022-05-25 08:21:39 +0000 |
commit | 4685d51b3eb81fce4e6bfc5440866aaca4cbdef9 (patch) | |
tree | 43938f110deec341c01cecbaf961cbec27eff007 | |
parent | 566c60c9adeba796178ecd8ee3af329e15a0f4ff (diff) | |
download | ports-4685d51b3eb81fce4e6bfc5440866aaca4cbdef9.tar.gz ports-4685d51b3eb81fce4e6bfc5440866aaca4cbdef9.zip |
archivers/ark: Remove needless workaround
p7zip has been removed, 7z executable is now installed by archivers/7-zip.
-rw-r--r-- | archivers/ark/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 6191f7725452..0cce61e0127c 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -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> |