diff options
author | ohauer <ohauer@FreeBSD.org> | 2018-01-31 05:15:23 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2018-01-31 05:15:23 +0800 |
commit | 95a791aab86b7746c2b1c54e69dee19804c1585f (patch) | |
tree | 8e3fc94d5648a539f78918c021a2ca94dd5d02e0 /mail | |
parent | c4a31bc90ecaa36bc6f789c667d9ed88236ca0f1 (diff) | |
download | freebsd-ports-graphics-95a791aab86b7746c2b1c54e69dee19804c1585f.tar.gz freebsd-ports-graphics-95a791aab86b7746c2b1c54e69dee19804c1585f.tar.zst freebsd-ports-graphics-95a791aab86b7746c2b1c54e69dee19804c1585f.zip |
- fix licence error after last commit
Reported by: Yasuhiro KIMURA
MFH: 2018Q1
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 6e8638bf5a3..5820ecc8bc2 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -20,9 +20,9 @@ COMMENT= Secure alternative to widely-used Sendmail LICENSE= IPL10 EPL LICENSE_COMB= multi -LICENSE_NAME= IBM PUBLIC LICENSE VERSION 1.0 LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_NAME_IPL10= IBM PUBLIC LICENSE VERSION 1.0 +LICENSE_PERMS_IPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept PORTSCOUT= limit:^3\.2\. |