summaryrefslogtreecommitdiff
path: root/devel/py-python-magic
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-11-25 22:40:11 +0100
committerStefan Eßer <se@FreeBSD.org>2021-11-25 22:40:11 +0100
commit04b9da414081a733478d3def4e1e3777908536c6 (patch)
treef59ddc1be63ea2f6093a28c78fbd201d491ee49d /devel/py-python-magic
parentwww/grafana7: Update to 7.5.11 (diff)
*/*: 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)
Diffstat (limited to 'devel/py-python-magic')
-rw-r--r--devel/py-python-magic/Makefile2
1 files changed, 1 insertions, 1 deletions
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