summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-28 14:28:24 +0200
committerStefan Eßer <se@FreeBSD.org>2021-10-29 11:50:18 +0200
commit819f25b36d45b8ac5593ec8e6f470d9ad454b08a (patch)
treea9ad0caa2a052fc695c1cdede2866080f5660431 /mail/heirloom-mailx
parentwww/firefox: update to 94.0 (rc3) (diff)
*/*: Remove redundant '-[0-9]*' from CONFLICTS
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"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r--mail/heirloom-mailx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index 42a6391f130b..032c39d54939 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -12,7 +12,7 @@ LICENSE= BSD4CLAUSE
OPTIONS_DEFINE= IPV6 DOCS
-CONFLICTS= mailx-[0-9]*
+CONFLICTS= mailx
MAKE_JOBS_UNSAFE= yes
USES= cpe iconv localbase ssl tar:bzip2