aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-02-06 18:36:07 +0000
committerStefan Eßer <se@FreeBSD.org>2022-02-06 18:36:07 +0000
commitbdd2d4af9630fdc1157d49bd193e8195c3240e9e (patch)
treee678e8d84cfdd1c0af32fc60bf714cd79079be63 /archivers
parent4212791c42598c6149ca279442c07b918d92bdbf (diff)
downloadports-bdd2d4af9630fdc1157d49bd193e8195c3240e9e.tar.gz
ports-bdd2d4af9630fdc1157d49bd193e8195c3240e9e.zip
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories: - accessibility - archivers - audio - benchmarks - biology - cad - chinese - comms - converters An attempt has been made to use generic conflicts patterns that do not have to be updated whenever a new version of a conflicting port is added to the ports system. There is a misunderstanding that the port being built/installed has to be omitted from the conflicts pattern. This is not true - the port being built is implicitly non-conflicting due to logic in bsd.port.mk. Approved by: portmgr (implicit)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lua-lzlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lua-lzlib/Makefile b/archivers/lua-lzlib/Makefile
index ab299189ad33..74eb73f24f50 100644
--- a/archivers/lua-lzlib/Makefile
+++ b/archivers/lua-lzlib/Makefile
@@ -17,7 +17,7 @@ CMAKE_ARGS= -DINSTALL_LMOD="${LUA_MODSHAREDIR}" \
-DINSTALL_DOC="${DOCSDIR}" \
-DINSTALL_TEST="${EXAMPLESDIR}"
-CONFLICTS_INSTALL= ${LUA_PKGNAMEPREFIX}zlib lua*-lzlib # lib/lua/5.1/zlib.so share/doc/lzlib/README
+CONFLICTS_INSTALL= ${LUA_PKGNAMEPREFIX}zlib lua[0-9][0-9]-lzlib # lib/lua/5.1/zlib.so share/doc/lzlib/README
OPTIONS_DEFINE= DOCS EXAMPLES