From 04b9da414081a733478d3def4e1e3777908536c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 25 Nov 2021 22:40:11 +0100 Subject: */*: Remove redundant '-*' from CONFLICTS definitions The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket) --- devel/py-python-magic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/py-python-magic') diff --git a/devel/py-python-magic/Makefile b/devel/py-python-magic/Makefile index 6b1406c05ed4..0cf6c1b43bdb 100644 --- a/devel/py-python-magic/Makefile +++ b/devel/py-python-magic/Makefile @@ -18,7 +18,7 @@ USE_PYTHON= autoplist distutils GH_ACCOUNT= ahupp # both install module as magic.py -CONFLICTS= ${PYTHON_PKGNAMEPREFIX}magic-* +CONFLICTS= ${PYTHON_PKGNAMEPREFIX}magic NO_ARCH= yes -- cgit v1.2.3