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 /mail/sendmail | |
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 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 9b8e1e51b15f..25e0536143f8 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -13,7 +13,7 @@ LICENSE_NAME= Sendmail License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* +CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd USERS= smmsp GROUPS= smmsp |