diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-11-25 22:40:11 +0100 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-11-25 22:40:11 +0100 |
commit | 04b9da414081a733478d3def4e1e3777908536c6 (patch) | |
tree | f59ddc1be63ea2f6093a28c78fbd201d491ee49d /devel/py-python-magic | |
parent | www/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/Makefile | 2 |
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 |