diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-18 03:21:45 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-18 03:21:45 +0800 |
commit | c8b9433fc56b2ed8056c17645616a024d3cc565d (patch) | |
tree | 90cd9aa133a286d9e1918efac3a7385376b9c843 /graphics/silgraphite | |
parent | 95dc7c087f1bc310a85a14264d2523bf559ad5bb (diff) | |
download | freebsd-ports-gnome-c8b9433fc56b2ed8056c17645616a024d3cc565d.tar.gz freebsd-ports-gnome-c8b9433fc56b2ed8056c17645616a024d3cc565d.tar.zst freebsd-ports-gnome-c8b9433fc56b2ed8056c17645616a024d3cc565d.zip |
Fix some misspelled or duplicated LICENSE_*
Diffstat (limited to 'graphics/silgraphite')
-rw-r--r-- | graphics/silgraphite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index 1979cc521304..470d21781216 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -13,7 +13,7 @@ COMMENT= Font engine for complex non-Roman writing systems LICENSE= CPL05 LGPL21+ LICENSE_COMB= dual LICENSE_FILE_CPL05= ${WRKSRC}/license/License_CPLv05.txt -LICENSE_FILE_LGPL21= ${WRKSRC}/license/License_LGPLv21.txt +LICENSE_FILE_LGPL21+ = ${WRKSRC}/license/License_LGPLv21.txt LICENSE_NAME_CPL05= Common Public License Version 0.5 LICENSE_PERMS_CPL05= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |