diff options
author | tron <tron@pkgsrc.org> | 2009-08-31 19:25:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-08-31 19:25:27 +0000 |
commit | e35b52df5aa77dfb5ecef2846c83871ca84ba26b (patch) | |
tree | 9da791a4f0cf16cc3532ef6559b51b32b85b2b46 /mail | |
parent | 2d573973abea1ce4559055e537911c0d8038af50 (diff) | |
download | pkgsrc-e35b52df5aa77dfb5ecef2846c83871ca84ba26b.tar.gz |
Set license to "gnu-gpl-v2".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index b2c100aada7..a293f66217d 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2008/05/25 20:49:39 tron Exp $ +# $NetBSD: Makefile,v 1.159 2009/08/31 19:25:27 tron Exp $ DISTNAME= mutt-1.4.2.3 PKGREVISION= 2 @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ OWNER= tron@NetBSD.org HOMEPAGE= http://www.mutt.org/ COMMENT= Text-based MIME mail client with PGP support +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews |