diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-07 05:00:41 +0800 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-07 05:00:41 +0800 |
commit | 7e611e58a57048c397da75e2742e1ca92121bd6f (patch) | |
tree | c786e2a27a3cc0cb2b7531630c71e8d8781cef9a /mail | |
parent | eb871ff93dbc3b186e1ee483e9e79a94c22952b8 (diff) | |
download | freebsd-ports-gnome-7e611e58a57048c397da75e2742e1ca92121bd6f.tar.gz freebsd-ports-gnome-7e611e58a57048c397da75e2742e1ca92121bd6f.tar.zst freebsd-ports-gnome-7e611e58a57048c397da75e2742e1ca92121bd6f.zip |
Update "BSD" license in mail category
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail_mimeDecode/Makefile | 2 | ||||
-rw-r--r-- | mail/qconfirm/Makefile | 2 | ||||
-rw-r--r-- | mail/vexim/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/pear-Mail_mimeDecode/Makefile b/mail/pear-Mail_mimeDecode/Makefile index 093b6c18b926..32fcc0685f73 100644 --- a/mail/pear-Mail_mimeDecode/Makefile +++ b/mail/pear-Mail_mimeDecode/Makefile @@ -12,7 +12,7 @@ COMMENT= Provides a class to decode mime messages BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= pear diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile index 4d17377f64e7..9865bc531786 100644 --- a/mail/qconfirm/Makefile +++ b/mail/qconfirm/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://smarden.org/qconfirm/ MAINTAINER= ports@FreeBSD.org COMMENT= Filter spam by requesting confirmation from sender -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/package/COPYING WRKSRC= ${WRKDIR}/mail/${DISTNAME} diff --git a/mail/vexim/Makefile b/mail/vexim/Makefile index a545e093e139..6faaa5a7f566 100644 --- a/mail/vexim/Makefile +++ b/mail/vexim/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT= Web interface for managing virtual domains for exim -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB |