diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2017-09-26 09:43:40 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2017-09-26 09:43:40 +0000 |
commit | b2eb29c87e5467541e5b623062da7a4714ebf0b9 (patch) | |
tree | 006da2aa29729ac06abbed991cf7e151d33354f8 /net/mpd5 | |
parent | - Update WWW (diff) |
Elaborate license information by changing it to right "BSD3CLAUSE"
instead of generic (and not entirely correct in this case) "BSD".
PR: 222545
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes:
svn path=/head/; revision=450652
Diffstat (limited to 'net/mpd5')
-rw-r--r-- | net/mpd5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile index 053b36675ffd..42d49f24cf83 100644 --- a/net/mpd5/Makefile +++ b/net/mpd5/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= mpd5 MAINTAINER= eugen@FreeBSD.org COMMENT= Multi-link PPP daemon based on netgraph(4) -LICENSE= BSD +LICENSE= BSD3CLAUSE OPTIONS_DEFINE= NG_IPACCT NG_IPACCT_DESC= Use ng_ipacct kernel module from port |