diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-08 13:53:07 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-08 13:53:07 +0000 |
commit | 2676868fd8be785d777e96406f42605d6782c848 (patch) | |
tree | 330b352e20fb1f0ebc558927e31a8daf506522a5 /net-p2p/btpd | |
parent | 2058a88cc11a225e22c2628d0da601b0bbb9663b (diff) | |
download | ports-2676868fd8be785d777e96406f42605d6782c848.tar.gz ports-2676868fd8be785d777e96406f42605d6782c848.zip |
Notes
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} |