diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-09-29 19:39:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-09-29 19:39:55 +0000 |
commit | 3d8373b24cc45af0e9d29560b73acc536edc448d (patch) | |
tree | f807dead810c2df7f9867269ad84d4c6a0c8bf63 /mail/sendmail | |
parent | 893abd632957489d6d1aa02800bb097545f3a58a (diff) | |
download | freebsd-ports-3d8373b24cc45af0e9d29560b73acc536edc448d.zip |
Canonicalize a few LICENSE_PERMS
With hat: portmgr
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 40fd429dd56a..52ff5e02b52c 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -14,7 +14,7 @@ COMMENT= Reliable, highly configurable mail transfer agent with utilities LICENSE= Sendmail LICENSE_NAME= Sendmail License LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* |