diff options
author | feld <feld@FreeBSD.org> | 2014-12-08 21:53:07 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-12-08 21:53:07 +0800 |
commit | a7f1411258090387ae7563a9efc44c618e4c11a2 (patch) | |
tree | 330b352e20fb1f0ebc558927e31a8daf506522a5 /net-p2p/btpd/Makefile | |
parent | ac3f20e31d9403be981a0808ae7e3d219e831ba8 (diff) | |
download | freebsd-ports-gnome-a7f1411258090387ae7563a9efc44c618e4c11a2.tar.gz freebsd-ports-gnome-a7f1411258090387ae7563a9efc44c618e4c11a2.tar.zst freebsd-ports-gnome-a7f1411258090387ae7563a9efc44c618e4c11a2.zip |
Update "BSD" license in net-p2p category
Diffstat (limited to 'net-p2p/btpd/Makefile')
-rw-r--r-- | net-p2p/btpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index b43e75dfa2ec..2f5d708d4547 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client consisting of a daemon and client commands -LICENSE= BSD +LICENSE= BSD2CLAUSE BSD3CLAUSE +LICENSE_COMB= multi WRKSRC= ${WRKDIR}/${DISTNAME} |