diff options
-rw-r--r-- | net/dtcp/Makefile | 2 | ||||
-rw-r--r-- | net/dtcpclient/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Socket6/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile index 6d2f0e6561f6..cf19fbfddf88 100644 --- a/net/dtcp/Makefile +++ b/net/dtcp/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ \ MAINTAINER= ume@FreeBSD.org COMMENT= Dynamic Tunnel Configuration Protocol daemon and client -LICENSE= BSD +LICENSE= BSD3CLAUSE .if defined(WITH_QPOPAUTH) RUN_DEPENDS= qpopauth:${PORTSDIR}/mail/qpopper diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile index 8eb0397cbb3a..8d55bd3d3ed9 100644 --- a/net/dtcpclient/Makefile +++ b/net/dtcpclient/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ \ MAINTAINER= ume@FreeBSD.org COMMENT= Dynamic Tunnel Configuration Protocol client -LICENSE= BSD +LICENSE= BSD2CLAUSE USES= uidfix USE_RC_SUBR= dtcpclient diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index b54ab7f0e6c7..53a2ffe956ed 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ume@FreeBSD.org COMMENT= IPv6 related part of the C socket.h defines and structure manipulators -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= perl5 USE_PERL5= configure |