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 | a432a7c1bde0e68960c19af94e0e304e6744318e (patch) | |
tree | 38ca704152469bc8119ad5df35f8e180801e88e1 /mail | |
parent | d9cbc45ca2449aae306b8c813bbcfb8eee0b367b (diff) | |
download | pkgsrc-a432a7c1bde0e68960c19af94e0e304e6744318e.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 |