diff options
author | gdt <gdt> | 2010-06-16 18:36:48 +0000 |
---|---|---|
committer | gdt <gdt> | 2010-06-16 18:36:48 +0000 |
commit | 785a9a601c4c3cf694db0f0f214f98010ee2d1f8 (patch) | |
tree | fa14f7ed3be71d7280848b26cfbd032972c06879 /mail/postfix | |
parent | deda36d0c54cde0ac49d6de1425ba99ae1160ee0 (diff) | |
download | pkgsrc-785a9a601c4c3cf694db0f0f214f98010ee2d1f8.tar.gz |
Change LICENSE to cpl-1.0. This has only minor wording differences
from postfix-license, of the same level of importance as changing the
name of the copyright holder, rather than in the nature of the terms.
Everyone believes that postfix is Open Source, and this causes postfix
to fall under DEFAULT_ACCEPTABLE_LICENSES.
ok martti@
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index bf471fc2de1..cd5c2bff3c3 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.233 2010/06/08 15:14:34 martti Exp $ +# $NetBSD: Makefile,v 1.234 2010/06/16 18:36:48 gdt Exp $ DISTNAME= postfix-2.7.1 #PKGREVISION= 1 @@ -12,7 +12,10 @@ DIST_SUBDIR= postfix MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.postfix.org/ COMMENT= Postfix SMTP server and tools -LICENSE= postfix-license + +# The postfix license has only very minor diffs from cpl-1.0. +LICENSE= cpl-1.0 +#LICENSE= postfix-license CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* CONFLICTS+= esmtp>=1.2 |