diff options
author | ume <ume@FreeBSD.org> | 2013-12-30 23:55:08 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2013-12-30 23:55:08 +0800 |
commit | 0e425311b886e9243bc03527527bd4b57f73ade7 (patch) | |
tree | 8b4bdd8a4e1800edbb4c1d5f4b135348af9a07ff /security | |
parent | 4c197220a02adfb88cc4254c92e10560253925f3 (diff) | |
download | freebsd-ports-gnome-0e425311b886e9243bc03527527bd4b57f73ade7.tar.gz freebsd-ports-gnome-0e425311b886e9243bc03527527bd4b57f73ade7.tar.zst freebsd-ports-gnome-0e425311b886e9243bc03527527bd4b57f73ade7.zip |
Update LICENSE.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2-ldapdb/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile index 757a4f82ad7b..814e88e1d23b 100644 --- a/security/cyrus-sasl2-ldapdb/Makefile +++ b/security/cyrus-sasl2-ldapdb/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL LDAPDB auxprop plugin -LICENSE= BSD +LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 3c3a861a3198..150d610d8a7d 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL authentication server for cyrus-sasl2 -LICENSE= BSD +LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 |