diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:50:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:50:58 +0000 |
commit | 93b0a7a274936d412337558a15b1b5a329ba0d67 (patch) | |
tree | e206aa227a36e5b9a4e6a878198346c98e0856a6 | |
parent | Update and sort LICENSE (diff) |
Update LICENSE
- Add LICENSE_FILE
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=450529
-rw-r--r-- | textproc/uchardet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/uchardet/Makefile b/textproc/uchardet/Makefile index 4d90a0aa9b7b..7b438a4b4a72 100644 --- a/textproc/uchardet/Makefile +++ b/textproc/uchardet/Makefile @@ -9,8 +9,9 @@ MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= yuri@rawbw.com COMMENT= Universal charset detection library -LICENSE= GPLv2+ LGPL21+ MPL +LICENSE= GPLv2+ LGPL21+ MPL11 LICENSE_COMB= dual +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING USES= cmake pathfix tar:xz USE_LDCONFIG= yes |