diff options
Diffstat (limited to 'net-p2p/btpd')
-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} |