diff options
author | tron <tron@pkgsrc.org> | 2009-08-11 10:45:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-08-11 10:45:01 +0000 |
commit | a41a8662d0304f3b2f187d2ea5a3db94c3f717a4 (patch) | |
tree | 38ca704152469bc8119ad5df35f8e180801e88e1 /mail | |
parent | 9585153da38fdfd4f93c91dfde3aea9513b56a9a (diff) | |
download | pkgsrc-a41a8662d0304f3b2f187d2ea5a3db94c3f717a4.tar.gz |
Set license to "mit", "gnu-lgpl-v2.1" and "modified-bsd".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 57d2ed93ede..a1571b0be3d 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2009/07/13 08:00:10 ghen Exp $ +# $NetBSD: Makefile,v 1.137 2009/08/11 10:45:01 tron Exp $ DISTNAME= dovecot-1.1.17 CATEGORIES= mail @@ -7,6 +7,7 @@ MASTER_SITES= http://www.dovecot.org/releases/1.1/ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://www.dovecot.org/ COMMENT= Secure IMAP and POP3 server +LICENSE= mit AND gnu-lgpl-v2.1 AND modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |