aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-03-24 01:03:08 +0800
committerTobias Kortkamp <tobik@FreeBSD.org>2018-03-24 01:03:08 +0800
commit6c730495f03aca20827a0400e29dd01857b0e904 (patch)
tree669881be35cc09f16b2059297aabc9052e9fa554
parentff0184c52fc38051ae77b2a59af62dc3480f81b5 (diff)
downloadfreebsd-ports-6c730495f03aca20827a0400e29dd01857b0e904.tar.gz
freebsd-ports-6c730495f03aca20827a0400e29dd01857b0e904.tar.zst
freebsd-ports-6c730495f03aca20827a0400e29dd01857b0e904.zip
Resolve the conflict between x11-fonts/noto-lite and x11-fonts/noto
Install the noto-lite fonts into their own directory i.e. share/fonts/noto-lite instead of into the same share/fonts/noto like noto. When both noto and noto-lite are installed there will be some duplication but that should be negligible given the ~1.2 GiB installed size of noto vs the ~4 MiB of noto-lite. noto-lite is now a dependency of www/chromium which actively prevents users from installing noto at the same time. PR: 226468 Approved by: sunpoet (maintainer timeout, 2 weeks)
Notes
Notes: svn path=/head/; revision=465386
-rw-r--r--x11-fonts/noto-lite/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/noto-lite/Makefile b/x11-fonts/noto-lite/Makefile
index 852530b77147..6f95018a6d14 100644
--- a/x11-fonts/noto-lite/Makefile
+++ b/x11-fonts/noto-lite/Makefile
@@ -2,6 +2,7 @@
PORTNAME= noto
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ \
https://github.com/googlei18n/noto-emoji/raw/master/:emoji
@@ -17,11 +18,11 @@ LICENSE= APACHE20 OFL11
LICENSE_COMB= multi
USES= fonts zip
+FONTNAME= noto-lite
+NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-CONFLICTS_INSTALL= noto*
-
LIST= NotoEmoji-Regular.ttf NotoSans-Bold.ttf NotoSans-BoldItalic.ttf NotoSans-Italic.ttf NotoSans-Regular.ttf NotoSansLinearB-Regular.ttf NotoSansSymbols-Regular.ttf NotoSerif-Bold.ttf NotoSerif-BoldItalic.ttf NotoSerif-Italic.ttf NotoSerif-Regular.ttf
.for f in ${LIST}