aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2022-05-25 08:21:39 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2022-05-25 08:21:39 +0000
commit4685d51b3eb81fce4e6bfc5440866aaca4cbdef9 (patch)
tree43938f110deec341c01cecbaf961cbec27eff007 /archivers
parent566c60c9adeba796178ecd8ee3af329e15a0f4ff (diff)
downloadports-4685d51b3eb81fce4e6bfc5440866aaca4cbdef9.tar.gz
ports-4685d51b3eb81fce4e6bfc5440866aaca4cbdef9.zip
archivers/ark: Remove needless workaround
p7zip has been removed, 7z executable is now installed by archivers/7-zip.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ark/Makefile6
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>