diff options
author | wiz <wiz@pkgsrc.org> | 2018-05-23 10:52:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-05-23 10:52:15 +0000 |
commit | 896361159a2015acd2a70e5b3bd95d43fcdc263c (patch) | |
tree | 5ac8f9e8b054e402d8dd6b12707675105cd99558 | |
parent | a8c751cad4148542a0fd411013311b9df934c830 (diff) | |
download | pkgsrc-896361159a2015acd2a70e5b3bd95d43fcdc263c.tar.gz |
fetchmail: fix name of one license
-rw-r--r-- | mail/fetchmail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 6f2f855e1a0..d98a961ae31 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2018/05/22 09:22:31 triaxx Exp $ +# $NetBSD: Makefile,v 1.189 2018/05/23 10:52:15 wiz Exp $ # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds. DISTNAME= fetchmail-6.3.26 @@ -9,8 +9,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fetchmail.info/ COMMENT= Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap -LICENSE= gnu-gpl-v1 AND gnu-gpl-v2 AND modified-bsd AND public-domain AND \ - lgpl-v2.1 +LICENSE= gnu-gpl-v1 AND gnu-gpl-v2 AND modified-bsd AND public-domain AND gnu-lgpl-v2.1 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |